Fetch the repository succeeded.
core-tools是一个Java工具集,针对我们项目中util包进行开刀,抽象大量的工具方法,旨在减少项目中工具类的数量,将我们的编码工作专注在业务上。core-tools 对文件、流、加密解密、转码、正则、线程、XML、日期、Http客户端 等 JDK 方法进行封装,组成各种 Util 工具类,轻量简洁
https://gitee.com/diaodiaofly/core-tools/wikis
<dependency>
<groupId>com.seejoke</groupId>
<artifactId>tools-all</artifactId>
<version>0.3</version>
</dependency>
compile group: 'com.seejoke', name: 'tools-all', version: '0.3'
Sign in for post a comment
Comments ( 1 )