License |
License |
---|---|
Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
GroupId | GroupIdcom.chemdrawcloud |
ArtifactId | ArtifactIdgwtx |
Last Version | Last Version2.7.0 |
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 |
Filename | Size |
---|---|
gwtx-2.7.0.pom | |
gwtx-2.7.0.jar | 377 KB |
gwtx-2.7.0-sources.jar | 382 KB |
gwtx-2.7.0-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chemdrawcloud/gwtx/ -->
<dependency>
<groupId>com.chemdrawcloud</groupId>
<artifactId>gwtx</artifactId>
<version>2.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.chemdrawcloud/gwtx/
implementation 'com.chemdrawcloud:gwtx:2.7.0'
// https://jarcasting.com/artifacts/com.chemdrawcloud/gwtx/
implementation ("com.chemdrawcloud:gwtx:2.7.0")
'com.chemdrawcloud:gwtx:jar:2.7.0'
<dependency org="com.chemdrawcloud" name="gwtx" rev="2.7.0">
<artifact name="gwtx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chemdrawcloud', module='gwtx', version='2.7.0')
)
libraryDependencies += "com.chemdrawcloud" % "gwtx" % "2.7.0"
[com.chemdrawcloud/gwtx "2.7.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.gwt : gwt-user | jar | |
com.google.gwt : gwt-dev | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |