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