| GroupId | GroupIdcom.threerings |
|---|---|
| ArtifactId | ArtifactIdtripleplay-tools |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tripleplay-tools-2.0.1.pom | |
| tripleplay-tools-2.0.1.jar | 39 KB |
| tripleplay-tools-2.0.1-sources.jar | 4 KB |
| tripleplay-tools-2.0.1-javadoc.jar | 333 bytes |
| tripleplay-tools-2.0.1-jar-with-dependencies.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/tripleplay-tools/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>tripleplay-tools</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/tripleplay-tools/
implementation 'com.threerings:tripleplay-tools:2.0.1'
// https://jarcasting.com/artifacts/com.threerings/tripleplay-tools/
implementation ("com.threerings:tripleplay-tools:2.0.1")
'com.threerings:tripleplay-tools:jar:2.0.1'
<dependency org="com.threerings" name="tripleplay-tools" rev="2.0.1">
<artifact name="tripleplay-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='tripleplay-tools', version='2.0.1')
)
libraryDependencies += "com.threerings" % "tripleplay-tools" % "2.0.1"
[com.threerings/tripleplay-tools "2.0.1"]