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