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