MVN

com.github.almasb : fxgl-net

Maven & Gradle

Mar 02, 2021
1 usages
3.3k stars
<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-net</artifactId>
    <version>11.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.almasb : fxgl-net to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.14

All Versions

Choose a version of com.github.almasb : fxgl-net to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.14
fxgl-net-11.14
11.13
fxgl-net-11.13
11.12
fxgl-net-11.12
11.11
fxgl-net-11.11
11.10
fxgl-net-11.10
11.9
fxgl-net-11.9
11.8
fxgl-net-11.8
0.3.x
fxgl-net-0.3.2
fxgl-net-0.3.1
fxgl-net-0.3.0

How to add a dependency to Maven

Add the following com.github.almasb : fxgl-net maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-net</artifactId>
    <version>11.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.almasb : fxgl-net gradle dependency to your build.gradle file:

implementation 'com.github.almasb:fxgl-net:11.14'

Gradle Kotlin DSL: Add the following com.github.almasb : fxgl-net gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.almasb:fxgl-net:11.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.almasb : fxgl-net sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.almasb" % "fxgl-net" % "11.14"