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