GroupId | GroupIdcom.threerings |
---|---|
ArtifactId | ArtifactIdnenya-tools |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
nenya-tools-1.4.pom | |
nenya-tools-1.4.jar | 113 KB |
nenya-tools-1.4-sources.jar | 77 KB |
nenya-tools-1.4-javadoc.jar | 288 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/nenya-tools/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>nenya-tools</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/nenya-tools/
implementation 'com.threerings:nenya-tools:1.4'
// https://jarcasting.com/artifacts/com.threerings/nenya-tools/
implementation ("com.threerings:nenya-tools:1.4")
'com.threerings:nenya-tools:jar:1.4'
<dependency org="com.threerings" name="nenya-tools" rev="1.4">
<artifact name="nenya-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='nenya-tools', version='1.4')
)
libraryDependencies += "com.threerings" % "nenya-tools" % "1.4"
[com.threerings/nenya-tools "1.4"]