MVN

com.threerings : tripleplay

Maven & Gradle

Jun 21, 2023
6 usages
91 stars

TP Core · Utilities for use in PlayN-based games.

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

Latest Version

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

  • Latest Stable: 2.0.8
  • Latest Release Candidate: 2.0-rc3

All Versions

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

Version Vulnerabilities Updated
2.0.x
tripleplay-2.0.8
tripleplay-2.0.6
tripleplay-2.0.5
tripleplay-2.0.4
tripleplay-2.0.3
tripleplay-2.0.1
tripleplay-2.0.2a
2.0
tripleplay-2.0
tripleplay-2.0-rc3
tripleplay-2.0-rc2
tripleplay-2.0-rc1
1.9
tripleplay-1.9
1.8.x
tripleplay-1.8.5
1.8
tripleplay-1.8
1.7.x
tripleplay-1.7.2
tripleplay-1.7.1
1.7
tripleplay-1.7
1.6
tripleplay-1.6
1.5.x
tripleplay-1.5.1
1.5
tripleplay-1.5
1.4
tripleplay-1.4
1.3
tripleplay-1.3
1.2
tripleplay-1.2
1.1
tripleplay-1.1
1.0
tripleplay-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.threerings</groupId>
    <artifactId>tripleplay</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.threerings:tripleplay:2.0.8'

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

implementation("com.threerings:tripleplay:2.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.threerings" % "tripleplay" % "2.0.8"

Advertisement