| Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.threerings |
| ArtifactId | ArtifactIdgwt-utils |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gwt-utils-1.0.pom | |
| gwt-utils-1.0.jar | 184 KB |
| gwt-utils-1.0-sources.jar | 76 KB |
| gwt-utils-1.0-javadoc.jar | 445 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/gwt-utils/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>gwt-utils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/gwt-utils/
implementation 'com.threerings:gwt-utils:1.0'
// https://jarcasting.com/artifacts/com.threerings/gwt-utils/
implementation ("com.threerings:gwt-utils:1.0")
'com.threerings:gwt-utils:jar:1.0'
<dependency org="com.threerings" name="gwt-utils" rev="1.0">
<artifact name="gwt-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='gwt-utils', version='1.0')
)
libraryDependencies += "com.threerings" % "gwt-utils" % "1.0"
[com.threerings/gwt-utils "1.0"]