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