143 Star 289 Fork 144

花花 / zookeeper-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
花花 提交于 2015-01-10 23:38 . 补充readme
group = 'com.zk'
version = "1.0.0.RELEASE"
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'war'
apply plugin: 'eclipse'
apply plugin: 'eclipse-wtp'
apply plugin: 'jetty'
dependencies {
compile 'com.github.adyliu:zkclient:2.1.1'
compile 'org.springframework:spring-webmvc:4.1.1.RELEASE'
compile 'org.springframework:spring-context-support:4.1.1.RELEASE'
compile 'org.freemarker:freemarker:2.3.19'
compile 'com.fasterxml.jackson.core:jackson-databind:2.1.4'
compile 'commons-io:commons-io:2.4'
compile 'org.apache.commons:commons-lang3:3.3.2'
compile 'commons-beanutils:commons-beanutils:1.9.2'
providedCompile 'servletapi:servlet-api:2.4'
testCompile 'junit:junit:4.11'
}
eclipse {
classpath { downloadSources=true }
}
tasks.withType(JavaCompile) {
sourceCompatibility = 1.7
targetCompatibility = 1.7
}
repositories {
maven { url "http://maven.oschina.net/content/groups/public" }
mavenCentral()
}
task wrapper(type: Wrapper) { gradleVersion = '2.2.1' }
[compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
Java
1
https://gitee.com/crystony/zookeeper-web.git
git@gitee.com:crystony/zookeeper-web.git
crystony
zookeeper-web
zookeeper-web
master

搜索帮助