GroupId | GroupIdcom.threerings |
---|---|
ArtifactId | ArtifactIdnarya-tools |
Version | Version1.13 |
Type | Typejar |
Filename | Size |
---|---|
narya-tools-1.13.pom | |
narya-tools-1.13.jar | 101 KB |
narya-tools-1.13-sources.jar | 70 KB |
narya-tools-1.13-javadoc.jar | 171 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/narya-tools/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>narya-tools</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/narya-tools/
implementation 'com.threerings:narya-tools:1.13'
// https://jarcasting.com/artifacts/com.threerings/narya-tools/
implementation ("com.threerings:narya-tools:1.13")
'com.threerings:narya-tools:jar:1.13'
<dependency org="com.threerings" name="narya-tools" rev="1.13">
<artifact name="narya-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='narya-tools', version='1.13')
)
libraryDependencies += "com.threerings" % "narya-tools" % "1.13"
[com.threerings/narya-tools "1.13"]