Jar examples for 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.
You can download jar file commons-lang3 3.3.1 in this page.
Apache License
You can use the following script to add commons-lang3-3.3.1.jar to your project.
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.3.1</version> </dependency>
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.3.1'
libraryDependencies += "org.apache.commons" % "commons-lang3" % "3.3.1"
<dependency org="org.apache.commons" name="commons-lang3" rev="3.3.1"/>
@Grapes(@Grab(group='org.apache.commons', module='commons-lang3', version='3.3.1'))
'org.apache.commons:commons-lang3:jar:3.3.1'
Click the following link to download the jar file.
commons-lang3-3.3.1-javadoc.jar