5 Star 88 Fork 16

guolong/manci

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 779 Bytes
一键复制 编辑 原始数据 按行查看 历史
guolong 提交于 2024-04-02 14:19 +08:00 . [init]: 初始化项目
plugins {
id 'groovy'
}
group = 'org.manci'
version = '1.0-SNAPSHOT'
repositories {
mavenCentral()
}
dependencies {
// implementation 'org.apache.groovy:groovy:4.0.14'
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation 'org.junit.jupiter:junit-jupiter'
// https://mvnrepository.com/artifact/org.codehaus.groovy.modules.http-builder/http-builder
implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
// https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-xml
implementation 'org.codehaus.groovy:groovy-xml:3.0.21'
// https://mvnrepository.com/artifact/org.codehaus.groovy/groovy-json
implementation 'org.codehaus.groovy:groovy-json:3.0.21'
}
test {
useJUnitPlatform()
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Groovy
1
https://gitee.com/guojongg/manci.git
git@gitee.com:guojongg/manci.git
guojongg
manci
manci
main

搜索帮助