Download commons-lang-20030203.000129.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 20030203.000129 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

commons-lang-20030203.000129.jar
commons-lang-20030203.000129.pom



Related Tutorials