1 Star 0 Fork 0

黎明白昼 / DouBanApi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 406 Bytes
一键复制 编辑 原始数据 按行查看 历史
黎明白昼 提交于 2022-07-11 00:16 . 新增图片地址
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
repositories {
maven { url 'https://jitpack.io' }
}
}
}
rootProject.name = "豆瓣API"
include ':app'
Java
1
https://gitee.com/BAILIS/DouBanApi.git
git@gitee.com:BAILIS/DouBanApi.git
BAILIS
DouBanApi
DouBanApi
master

搜索帮助