Download gwt-commons-lang3-3.4-3.jar file - Jar g

Jar examples for g:gwt-commons-lang3

Description

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. This is a port for GWT, which enables program, to use Apache Commons Lang also in the frontend compiled by the gwt compiler to java-script.

You can download jar file gwt-commons-lang3 3.4-3 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add gwt-commons-lang3-3.4-3.jar to your project.

<dependency>
   <groupId>de.knightsoft-net</groupId>
   <artifactId>gwt-commons-lang3</artifactId>
   <version>3.4-3</version>
</dependency>
compile group: 'de.knightsoft-net', name: 'gwt-commons-lang3', version: '3.4-3'
libraryDependencies += "de.knightsoft-net" % "gwt-commons-lang3" % "3.4-3"
<dependency org="de.knightsoft-net" name="gwt-commons-lang3" rev="3.4-3"/>
@Grapes(@Grab(group='de.knightsoft-net', module='gwt-commons-lang3', version='3.4-3'))
'de.knightsoft-net:gwt-commons-lang3:jar:3.4-3'

Download

Click the following link to download the jar file.

gwt-commons-lang3-3.4-3-javadoc.jar
gwt-commons-lang3-3.4-3-sources.jar
gwt-commons-lang3-3.4-3-tests.jar
gwt-commons-lang3-3.4-3.jar
gwt-commons-lang3-3.4-3.pom



Related Tutorials