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