| GroupId | GroupIdcom.threerings |
|---|---|
| ArtifactId | ArtifactIdtripleplay-parent |
| Version | Version2.0.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tripleplay-parent-2.0.4.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/tripleplay-parent/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>tripleplay-parent</artifactId>
<version>2.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/tripleplay-parent/
implementation 'com.threerings:tripleplay-parent:2.0.4'
// https://jarcasting.com/artifacts/com.threerings/tripleplay-parent/
implementation ("com.threerings:tripleplay-parent:2.0.4")
'com.threerings:tripleplay-parent:pom:2.0.4'
<dependency org="com.threerings" name="tripleplay-parent" rev="2.0.4">
<artifact name="tripleplay-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='tripleplay-parent', version='2.0.4')
)
libraryDependencies += "com.threerings" % "tripleplay-parent" % "2.0.4"
[com.threerings/tripleplay-parent "2.0.4"]