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