Categories |
CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.threerings.nexus |
ArtifactId | ArtifactIdnexus-gwt-io |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
nexus-gwt-io-0.1.pom | |
nexus-gwt-io-0.1.jar | 14 KB |
nexus-gwt-io-0.1-sources.jar | 6 KB |
nexus-gwt-io-0.1-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings.nexus/nexus-gwt-io/ -->
<dependency>
<groupId>com.threerings.nexus</groupId>
<artifactId>nexus-gwt-io</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings.nexus/nexus-gwt-io/
implementation 'com.threerings.nexus:nexus-gwt-io:0.1'
// https://jarcasting.com/artifacts/com.threerings.nexus/nexus-gwt-io/
implementation ("com.threerings.nexus:nexus-gwt-io:0.1")
'com.threerings.nexus:nexus-gwt-io:jar:0.1'
<dependency org="com.threerings.nexus" name="nexus-gwt-io" rev="0.1">
<artifact name="nexus-gwt-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings.nexus', module='nexus-gwt-io', version='0.1')
)
libraryDependencies += "com.threerings.nexus" % "nexus-gwt-io" % "0.1"
[com.threerings.nexus/nexus-gwt-io "0.1"]