由于官方版本的库和android系统的包名冲突导致编译失败的,因此就有了这个项目。commons-lang3的重新打包项目,版本号会紧跟官方版本
gradle
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.github.vcredit-zj:commons-langa:v3.5-1'
}
其他导入方式详见commons-langa的jitpack首页
详细更新记录见CHANGLOG