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