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