License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.google.code.gwtx |
ArtifactId | ArtifactIdgwtx |
Last Version | Last Version20070605 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongwtx
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
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gwtx-20070605.pom | |
gwtx-20070605.jar | 120 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/ -->
<dependency>
<groupId>com.google.code.gwtx</groupId>
<artifactId>gwtx</artifactId>
<version>20070605</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation 'com.google.code.gwtx:gwtx:20070605'
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation ("com.google.code.gwtx:gwtx:20070605")
'com.google.code.gwtx:gwtx:jar:20070605'
<dependency org="com.google.code.gwtx" name="gwtx" rev="20070605">
<artifact name="gwtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwtx', module='gwtx', version='20070605')
)
libraryDependencies += "com.google.code.gwtx" % "gwtx" % "20070605"
[com.google.code.gwtx/gwtx "20070605"]