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