Download gwt-commons-lang3-3.7-0.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.7-0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

gwt-commons-lang3-3.7-0-javadoc.jar
gwt-commons-lang3-3.7-0-sources.jar
gwt-commons-lang3-3.7-0-tests.jar
gwt-commons-lang3-3.7-0.jar
gwt-commons-lang3-3.7-0.pom



Related Tutorials