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