1 Star 2 Fork 0

linbox / linbox-server-common-kotlin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.gradle.kts 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
lrsec 提交于 2023-04-26 13:09 . update
rootProject.name = "linbox-server-common-kotlin"
dependencyResolutionManagement {
repositories {
mavenLocal()
maven { url = uri("https://repository.bhry.tech/repository/maven-releases/") }
maven { url = uri("https://repository.bhry.tech/repository/maven-snapshots/") }
maven { url = uri("https://maven.aliyun.com/repository/public") }
mavenCentral()
maven { url = uri("https://s01.oss.sonatype.org/content/repositories/snapshots/") }
}
versionCatalogs {
create("linboxLibs") {
if (findProject(":linbox-dependency-management") != null) {
from(files("../linbox-dependency-management/linbox-versions.toml"))
} else {
from("tech.linbox:dependency-management:3.0.0-SNAPSHOT")
}
}
}
}
Kotlin
1
https://gitee.com/linbox/linbox-server-common-kotlin.git
git@gitee.com:linbox/linbox-server-common-kotlin.git
linbox
linbox-server-common-kotlin
linbox-server-common-kotlin
master

搜索帮助