1 Star 0 Fork 0

xxx自由人 / testgradle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 911 Bytes
一键复制 编辑 原始数据 按行查看 历史
Administrator 提交于 2020-10-19 16:45 . 20201019
plugins {
id 'java'
id 'war'
}
group 'org.example'
version '1.0-SNAPSHOT'
repositories {
mavenCentral()
maven{url 'https://maven.aliyun.com/repository/google'}
maven{url 'https://maven.aliyun.com/repository/jcenter'}
maven{url 'https://maven.aliyun.com/nexus/content/groups/public'}
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile group: 'junit', name: 'junit', version: '4.12'
// https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api
providedCompile group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
// https://mvnrepository.com/artifact/org.thymeleaf/thymeleaf
// https://mvnrepository.com/artifact/mysql/mysql-connector-java
compile group: 'mysql', name: 'mysql-connector-java', version: '8.0.21'
compile group: 'org.thymeleaf', name: 'thymeleaf', version: '3.0.11.RELEASE'
}
Java
1
https://gitee.com/LCJ0/testgradle.git
git@gitee.com:LCJ0/testgradle.git
LCJ0
testgradle
testgradle
origin

搜索帮助