is not current version
Last Version 1.6.1

com.threerings:nenya-parent 1.5

Facilities for making Java games.

GroupId

GroupId

com.threerings
ArtifactId

ArtifactId

nenya-parent
Version

Version

1.5
Type

Type

pom

Download nenya-parent 1.5

Filename Size
nenya-parent-1.5.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.threerings/nenya-parent/ -->
<dependency>
    <groupId>com.threerings</groupId>
    <artifactId>nenya-parent</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/nenya-parent/
implementation 'com.threerings:nenya-parent:1.5'
// https://jarcasting.com/artifacts/com.threerings/nenya-parent/
implementation ("com.threerings:nenya-parent:1.5")
'com.threerings:nenya-parent:pom:1.5'
<dependency org="com.threerings" name="nenya-parent" rev="1.5">
  <artifact name="nenya-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='nenya-parent', version='1.5')
)
libraryDependencies += "com.threerings" % "nenya-parent" % "1.5"
[com.threerings/nenya-parent "1.5"]