1 Star 1 Fork 0

小流氓/noark-http-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 553 Bytes
一键复制 编辑 原始数据 按行查看 历史
小流氓 提交于 2021-11-01 10:08 +08:00 . @RequestBody示例
apply plugin: "java-library"
sourceCompatibility = 1.8
targetCompatibility = 1.8
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
repositories {
maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
}
dependencies {
compile group: 'xyz.noark', name: 'noark-game', version: '3.4.4.Final'
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
}
configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
resolutionStrategy.cacheDynamicVersionsFor 0, 'seconds'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xiaoe/noark-http-demo.git
git@gitee.com:xiaoe/noark-http-demo.git
xiaoe
noark-http-demo
noark-http-demo
master

搜索帮助