1 Star 1 Fork 0

Bunny Blue/AndroidSDKMirror

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.42 KB
一键复制 编辑 原始数据 按行查看 历史
Bunny Blue 提交于 2018-09-10 11:21 +08:00 . add impl 1.0.0
buildscript {
ext {
springBootVersion = '2.0.4.RELEASE'
}
repositories {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
}
}
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'
group = 'io.bunnyblue.android.sdk'
version = '1.0.0'
sourceCompatibility = 1.8
repositories {
mavenCentral()
}
dependencies {
compile('org.springframework.boot:spring-boot-starter-undertow')
compile('org.springframework.boot:spring-boot-starter-thymeleaf')
compile('org.springframework.boot:spring-boot-starter-web')
{
exclude group: "org.springframework.boot", module: "spring-boot-starter-tomcat"
exclude group: "org.springframework.boot", module: "spring-boot-starter-jetty"
}
testCompile('org.springframework.boot:spring-boot-starter-test')
compile 'com.squareup.okhttp3:okhttp:3.11.0'
compile 'org.leibnizcenter:xml-to-json:0.9.2'
compile group: 'commons-io', name: 'commons-io', version: '2.6'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.5'
compile group: 'org.json', name: 'json', version: '20180813'
compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
compile group: 'org.jsoup', name: 'jsoup', version: '1.11.3'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tib/AndroidSDKMirror.git
git@gitee.com:tib/AndroidSDKMirror.git
tib
AndroidSDKMirror
AndroidSDKMirror
master

搜索帮助