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