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