is not current version
Last Version 2.0.6

com.threerings:tripleplay 2.0-rc2

Utilities for use in PlayN-based games.

GroupId

GroupId

com.threerings
ArtifactId

ArtifactId

tripleplay
Version

Version

2.0-rc2
Type

Type

jar

Download tripleplay 2.0-rc2


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