MVN

com.github.almasb : fxgl-gameplay

Maven & Gradle

Mar 30, 2023
1 usages
<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-gameplay</artifactId>
    <version>17.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 17.3

All Versions

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

Version Vulnerabilities Updated
17.3
fxgl-gameplay-17.3
17.2
fxgl-gameplay-17.2
17.1
fxgl-gameplay-17.1
17
fxgl-gameplay-17
11.17
fxgl-gameplay-11.17
11.16
fxgl-gameplay-11.16
11.15
fxgl-gameplay-11.15

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-gameplay</artifactId>
    <version>17.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.almasb:fxgl-gameplay:17.3'

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

implementation("com.github.almasb:fxgl-gameplay:17.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.almasb" % "fxgl-gameplay" % "17.3"