MVN

com.threerings : tripleplay-ios

Maven & Gradle

Mar 10, 2015
91 stars

Triple Play iOS · iOS-specific code for TriplePlay.

<dependency>
    <groupId>com.threerings</groupId>
    <artifactId>tripleplay-ios</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.threerings : tripleplay-ios to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9

All Versions

Choose a version of com.threerings : tripleplay-ios to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9
tripleplay-ios-1.9
1.8.x
tripleplay-ios-1.8.5
1.8
tripleplay-ios-1.8
1.7.x
tripleplay-ios-1.7.2
tripleplay-ios-1.7.1
1.7
tripleplay-ios-1.7
1.6
tripleplay-ios-1.6
1.5.x
tripleplay-ios-1.5.1
1.5
tripleplay-ios-1.5

How to add a dependency to Maven

Add the following com.threerings : tripleplay-ios maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.threerings</groupId>
    <artifactId>tripleplay-ios</artifactId>
    <version>1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.threerings : tripleplay-ios gradle dependency to your build.gradle file:

implementation 'com.threerings:tripleplay-ios:1.9'

Gradle Kotlin DSL: Add the following com.threerings : tripleplay-ios gradle kotlin dependency to your build.gradle.kts file:

implementation("com.threerings:tripleplay-ios:1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.threerings : tripleplay-ios sbt scala dependency to your build.sbt file:

libraryDependencies += "com.threerings" % "tripleplay-ios" % "1.9"

Advertisement