is not current version
Last Version 1.6.1

com.threerings:nenya-parent 1.4

Facilities for making Java games.

GroupId

GroupId

com.threerings
ArtifactId

ArtifactId

nenya-parent
Version

Version

1.4
Type

Type

pom

Download nenya-parent 1.4

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

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