GroupId | GroupIdcom.threerings |
---|---|
ArtifactId | ArtifactIdtripleplay |
Version | Version2.0.4 |
Type | Typejar |
Filename | Size |
---|---|
tripleplay-2.0.4.pom | |
tripleplay-2.0.4.jar | 658 KB |
tripleplay-2.0.4-sources.jar | 281 KB |
tripleplay-2.0.4-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/tripleplay/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>tripleplay</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/tripleplay/
implementation 'com.threerings:tripleplay:2.0.4'
// https://jarcasting.com/artifacts/com.threerings/tripleplay/
implementation ("com.threerings:tripleplay:2.0.4")
'com.threerings:tripleplay:jar:2.0.4'
<dependency org="com.threerings" name="tripleplay" rev="2.0.4">
<artifact name="tripleplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='tripleplay', version='2.0.4')
)
libraryDependencies += "com.threerings" % "tripleplay" % "2.0.4"
[com.threerings/tripleplay "2.0.4"]