15 Star 20 Fork 8

黄天政 / mycodgen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 647 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄天政 提交于 2016-09-19 23:59 . 初始化导入
group 'com.bcs.mycodgen'
version '1.0-SNAPSHOT'
apply plugin: 'java'
apply plugin: 'war'
sourceCompatibility = 1.5
repositories {
mavenCentral()
}
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
//导入本地的依赖包
compile fileTree(dir: 'libs', include: ['*.jar'])
compile ('javax.servlet:javax.servlet-api:3.0.1')
compile ('commons-lang:commons-lang:2.6')
compile ('commons-logging:commons-logging:1.2')
compile ('log4j:log4j:1.2.17')
compile ('org.apache.ant:ant:1.9.7')
compile ("org.freemarker:freemarker:2.3.20")
compile ("mysql:mysql-connector-java:5.1.26")
}
Java
1
https://gitee.com/htengen/mycodgen.git
git@gitee.com:htengen/mycodgen.git
htengen
mycodgen
mycodgen
master

搜索帮助