MVN

com.threerings : tripleplay-java-swt

Maven & Gradle

Jun 21, 2023

TP Java SWT · Java-specific code for TriplePlay, using PlayN SWT backend.

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

Latest Version

Choose a version of com.threerings : tripleplay-java-swt 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-java-swt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
tripleplay-java-swt-2.0.8
tripleplay-java-swt-2.0.6
tripleplay-java-swt-2.0.5
tripleplay-java-swt-2.0.4
tripleplay-java-swt-2.0.3
tripleplay-java-swt-2.0.1
tripleplay-java-swt-2.0.2a
2.0
tripleplay-java-swt-2.0
tripleplay-java-swt-2.0-rc3
tripleplay-java-swt-2.0-rc2
tripleplay-java-swt-2.0-rc1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.threerings:tripleplay-java-swt:2.0.8'

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

implementation("com.threerings:tripleplay-java-swt:2.0.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.threerings" % "tripleplay-java-swt" % "2.0.8"

Advertisement