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/
Files download
File Operation
commons-lang3-1.2.0.3-jre17-rc1.jar download
commons-lang3-1.2.0.3-jre17-rc1.pom download
commons-lang3-1.2.0.3-jre17-rc1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.guicedee.services</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>1.2.0.3-jre17-rc1</version>
</dependency>
Gradle Groovy
implementation 'com.guicedee.services:commons-lang3:1.2.0.3-jre17-rc1'
Gradle Kotlin
implementation("com.guicedee.services:commons-lang3:1.2.0.3-jre17-rc1")
Scala SBT
libraryDependencies += "com.guicedee.services" % "commons-lang3" % "1.2.0.3-jre17-rc1"
Groovy Grape
@Grapes(
  @Grab(group='com.guicedee.services', module='commons-lang3', version='1.2.0.3-jre17-rc1')
)
Apache Ivy
<dependency org="com.guicedee.services" name="commons-lang3" rev="1.2.0.3-jre17-rc1" />
Leiningen
[com.guicedee.services/commons-lang3 "1.2.0.3-jre17-rc1"]
Apache Buildr
'com.guicedee.services:commons-lang3:jar:1.2.0.3-jre17-rc1'