| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.google.code.gwtx |
| ArtifactId | ArtifactIdgwtx |
| Version | Version1.5.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gwtx-1.5.2.pom | |
| gwtx-1.5.2.jar | 152 KB |
| gwtx-1.5.2-sources.jar | 153 KB |
| gwtx-1.5.2-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/ -->
<dependency>
<groupId>com.google.code.gwtx</groupId>
<artifactId>gwtx</artifactId>
<version>1.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation 'com.google.code.gwtx:gwtx:1.5.2'
// https://jarcasting.com/artifacts/com.google.code.gwtx/gwtx/
implementation ("com.google.code.gwtx:gwtx:1.5.2")
'com.google.code.gwtx:gwtx:jar:1.5.2'
<dependency org="com.google.code.gwtx" name="gwtx" rev="1.5.2">
<artifact name="gwtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.gwtx', module='gwtx', version='1.5.2')
)
libraryDependencies += "com.google.code.gwtx" % "gwtx" % "1.5.2"
[com.google.code.gwtx/gwtx "1.5.2"]