Download commons-lang-2.4.jar file - Jar c

Jar examples for c:commons-lang

Description

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-lang 2.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add commons-lang-2.4.jar to your project.

<dependency>
   <groupId>commons-lang</groupId>
   <artifactId>commons-lang</artifactId>
   <version>2.4</version>
</dependency>
compile group: 'commons-lang', name: 'commons-lang', version: '2.4'
libraryDependencies += "commons-lang" % "commons-lang" % "2.4"
<dependency org="commons-lang" name="commons-lang" rev="2.4"/>
@Grapes(@Grab(group='commons-lang', module='commons-lang', version='2.4'))
'commons-lang:commons-lang:jar:2.4'

Download

Click the following link to download the jar file.

commons-lang-2.4-javadoc.jar
commons-lang-2.4-sources.jar
commons-lang-2.4.jar
commons-lang-2.4.pom



Related Tutorials