is not current version
Last Version 1.15

com.threerings:narya 1.10

Facilities for making networked multiplayer games.

GroupId

GroupId

com.threerings
ArtifactId

ArtifactId

narya
Version

Version

1.10
Type

Type

jar

Download narya 1.10


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