1 Star 2 Fork 3

静远/bumishi-toolbox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
静远 提交于 2017-01-15 21:36 +08:00 . update
group 'org.bumishi'
version '1.0'
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'eclipse'
def powerMockVersion = '1.6.5'
repositories {
jcenter()
mavenCentral()
}
dependencies {
compile 'org.slf4j:slf4j-api:1.7.5'
compile 'com.google.guava:guava:18.0'
compile 'commons-codec:commons-codec:1.10'
compile 'com.qiniu:qiniu-java-sdk:7.2.+'
compile 'org.springframework:spring-jdbc:4+'
testCompile group: 'junit', name: 'junit', version: '4.11'
testCompile "org.powermock:powermock-api-mockito:${powerMockVersion}"
testCompile "org.powermock:powermock-module-junit4:${powerMockVersion}"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xieqiangcode/bumishi-toolbox.git
git@gitee.com:xieqiangcode/bumishi-toolbox.git
xieqiangcode
bumishi-toolbox
bumishi-toolbox
master

搜索帮助