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