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