MVN

com.jtransc.gdx : gdx-websockets-jtransc

Maven & Gradle

Aug 17, 2017
628 stars

gdx-websockets-jtransc · JVM AOT compiler currently generating JavaScript, Haxe, with initial focus on Kotlin and games.

<dependency>
    <groupId>com.jtransc.gdx</groupId>
    <artifactId>gdx-websockets-jtransc</artifactId>
    <version>0.6.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jtransc.gdx : gdx-websockets-jtransc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.7

All Versions

Choose a version of com.jtransc.gdx : gdx-websockets-jtransc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
gdx-websockets-jtransc-0.6.7
gdx-websockets-jtransc-0.6.2
0.5.x
gdx-websockets-jtransc-0.5.0
0.3.x
gdx-websockets-jtransc-0.3.3
gdx-websockets-jtransc-0.3.2
gdx-websockets-jtransc-0.3.1

How to add a dependency to Maven

Add the following com.jtransc.gdx : gdx-websockets-jtransc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jtransc.gdx</groupId>
    <artifactId>gdx-websockets-jtransc</artifactId>
    <version>0.6.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jtransc.gdx : gdx-websockets-jtransc gradle dependency to your build.gradle file:

implementation 'com.jtransc.gdx:gdx-websockets-jtransc:0.6.7'

Gradle Kotlin DSL: Add the following com.jtransc.gdx : gdx-websockets-jtransc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jtransc.gdx:gdx-websockets-jtransc:0.6.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jtransc.gdx : gdx-websockets-jtransc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jtransc.gdx" % "gdx-websockets-jtransc" % "0.6.7"

Advertisement