commons-lang3

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. The code is tested using the latest revision of the JDK for supported LTS releases: 8, 11, 17 and 21 currently. See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml Please ensure your build environment is up-to-date and kindly report any build issues.
https://commons.apache.org/proper/commons-lang/
Daniel Rall Stephen Colebourne Henri Yandell Steven Caswell Robert Burrell Donkin Gary Gregory Fredrik Westermarck James Carman Niall Pemberton Matt Benson Joerg Schaible Oliver Heger Paul Benedict Benedikt Ritter Duncan Jones Loic Guibert Rob Tompkins
Files download
File Operation
commons-lang3-3.15.0.jar download
commons-lang3-3.15.0.pom download
commons-lang3-3.15.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-lang3</artifactId>
  <version>3.15.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.commons:commons-lang3:3.15.0'
Gradle Kotlin
implementation("org.apache.commons:commons-lang3:3.15.0")
Scala SBT
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.15.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.commons', module='commons-lang3', version='3.15.0')
)
Apache Ivy
<dependency org="org.apache.commons" name="commons-lang3" rev="3.15.0" />
Leiningen
[org.apache.commons/commons-lang3 "3.15.0"]
Apache Buildr
'org.apache.commons:commons-lang3:jar:3.15.0'