加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.gradle 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* Copyright: (c) 2009-2019 ChangChun Genghis Corp. All rights reserved.
* Created with IntelliJ IDEA on 2019-07-04 17:14:23
* Author: Lixin Xu
* Version: 1.0
* Title: Version of the dependent package.
*/
ext {
jarVersion = [
// For SpringBoot
springboot : '2.3.12.RELEASE',
// For Developing
junit : '4.12',
selenide : '5.14.2',
// For Release
snakeyaml : '1.25',
hutool : '5.2.1',
jna : '5.6.0',
oshi : '5.3.6',
dom4j : '2.1.1',
findbugs : '3.0.1',
flyway : '5.2.4',
itext : '2.1.7',
jasperreports: '6.9.0',
mysql : '8.0.22',
shiro : '1.7.0',
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化