g

gwtx

The goal of GWTx is to provide drop in support for an extended set of the of the standard Java library classes on top of what is provided by the GWT distribution provided by Google
http://code.google.com/p/gwtx/
Apache License 2.0
Sandy McArthur Nicolas De loof
Files download
File Operation
gwtx-1.5.3.jar download
gwtx-1.5.3.pom download
gwtx-1.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.code.gwtx</groupId>
  <artifactId>gwtx</artifactId>
  <version>1.5.3</version>
</dependency>
Gradle Groovy
implementation 'com.google.code.gwtx:gwtx:1.5.3'
Gradle Kotlin
implementation("com.google.code.gwtx:gwtx:1.5.3")
Scala SBT
libraryDependencies += "com.google.code.gwtx" % "gwtx" % "1.5.3"
Groovy Grape
@Grapes(
  @Grab(group='com.google.code.gwtx', module='gwtx', version='1.5.3')
)
Apache Ivy
<dependency org="com.google.code.gwtx" name="gwtx" rev="1.5.3" />
Leiningen
[com.google.code.gwtx/gwtx "1.5.3"]
Apache Buildr
'com.google.code.gwtx:gwtx:jar:1.5.3'