не последняя версия
Последняя версия 1.6.1

com.threerings:nenya-parent 1.6

Facilities for making Java games.

Группа

Группа

com.threerings
Идентификатор

Идентификатор

nenya-parent
Версия

Версия

1.6
Тип

Тип

pom

Скачать nenya-parent 1.6

Имя Файла Размер
nenya-parent-1.6.pom 5 KB
Обзор

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