c

commons-lang3

Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://commons.apache.org/proper/commons-lang/
文件下载
文件名 操作
commons-lang3-0.70.0.1-rc5.jar 下载
commons-lang3-0.70.0.1-rc5.pom 下载
commons-lang3-0.70.0.1-rc5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>0.70.0.1-rc5</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-lang3:0.70.0.1-rc5'
Gradle Kotlin
implementation("com.guicedee.services:commons-lang3:0.70.0.1-rc5")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-lang3" % "0.70.0.1-rc5"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-lang3', version='0.70.0.1-rc5')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-lang3" rev="0.70.0.1-rc5" />
Leiningen
[com.guicedee.services/commons-lang3 "0.70.0.1-rc5"]
Apache Buildr
'com.guicedee.services:commons-lang3:jar:0.70.0.1-rc5'