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