GroupId | GroupIdcom.threerings |
---|---|
ArtifactId | ArtifactIdtripleplay-ios |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
tripleplay-ios-1.6.pom | |
tripleplay-ios-1.6.jar | 15 KB |
tripleplay-ios-1.6-sources.jar | 5 KB |
tripleplay-ios-1.6-javadoc.jar | 39 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/tripleplay-ios/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>tripleplay-ios</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/tripleplay-ios/
implementation 'com.threerings:tripleplay-ios:1.6'
// https://jarcasting.com/artifacts/com.threerings/tripleplay-ios/
implementation ("com.threerings:tripleplay-ios:1.6")
'com.threerings:tripleplay-ios:jar:1.6'
<dependency org="com.threerings" name="tripleplay-ios" rev="1.6">
<artifact name="tripleplay-ios" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='tripleplay-ios', version='1.6')
)
libraryDependencies += "com.threerings" % "tripleplay-ios" % "1.6"
[com.threerings/tripleplay-ios "1.6"]