is not current version
Last Version 20070605

com.google.code.gwtx:gwtx 1.5.3

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

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.google.code.gwtx
ArtifactId

ArtifactId

gwtx
Version

Version

1.5.3
Type

Type

jar

Download gwtx 1.5.3


<!-- https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/ -->
<dependency>
    <groupId>com.google.code.gwtx</groupId>
    <artifactId>gwtx</artifactId>
    <version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation 'com.google.code.gwtx:gwtx:1.5.3'
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation ("com.google.code.gwtx:gwtx:1.5.3")
'com.google.code.gwtx:gwtx:jar:1.5.3'
<dependency org="com.google.code.gwtx" name="gwtx" rev="1.5.3">
  <artifact name="gwtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwtx', module='gwtx', version='1.5.3')
)
libraryDependencies += "com.google.code.gwtx" % "gwtx" % "1.5.3"
[com.google.code.gwtx/gwtx "1.5.3"]