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