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