g

gwt-commons-lang3

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.
https://gitlab.com/ManfredTremmel/gwt-commons-lang3
Apache License, Version 2.0
Daniel Rall Stephen Colebourne Henri Yandell Steven Caswell Robert Burrell Donkin Gary Gregory Fredrik Westermarck James Carman Niall Pemberton Matt Benson Joerg Schaible Oliver Heger Paul Benedict Benedikt Ritter Duncan Jones Loic Guibert Rob Tompkins
Files download
File Operation
gwt-commons-lang3-3.14.0-1.jar download
gwt-commons-lang3-3.14.0-1.pom download
gwt-commons-lang3-3.14.0-1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.knightsoft-net</groupId>
  <artifactId>gwt-commons-lang3</artifactId>
  <version>3.14.0-1</version>
</dependency>
Gradle Groovy
implementation 'de.knightsoft-net:gwt-commons-lang3:3.14.0-1'
Gradle Kotlin
implementation("de.knightsoft-net:gwt-commons-lang3:3.14.0-1")
Scala SBT
libraryDependencies += "de.knightsoft-net" % "gwt-commons-lang3" % "3.14.0-1"
Groovy Grape
@Grapes(
  @Grab(group='de.knightsoft-net', module='gwt-commons-lang3', version='3.14.0-1')
)
Apache Ivy
<dependency org="de.knightsoft-net" name="gwt-commons-lang3" rev="3.14.0-1" />
Leiningen
[de.knightsoft-net/gwt-commons-lang3 "3.14.0-1"]
Apache Buildr
'de.knightsoft-net:gwt-commons-lang3:jar:3.14.0-1'