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