Download common-lang-1.1.1.jar file - Jar c

Jar examples for c:common-lang

Description

The TwelveMonkeys Common Language support

You can download jar file common-lang 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add common-lang-1.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

common-lang-1.1.1-javadoc.jar
common-lang-1.1.1-sources.jar
common-lang-1.1.1.jar
common-lang-1.1.1.pom



Related Tutorials