MVN

com.github.almasb : fxgl-core

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 17.3
  • Latest Beta: 11.2-beta
  • Latest Alpha: 11.0-alpha

All Versions

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

Version Vulnerabilities Updated
17.3
fxgl-core-17.3
17.2
fxgl-core-17.2
17.1
fxgl-core-17.1
17
fxgl-core-17
11.17
fxgl-core-11.17
11.16
fxgl-core-11.16
11.15
fxgl-core-11.15
11.14
fxgl-core-11.14
11.13
fxgl-core-11.13
11.12
fxgl-core-11.12
11.11
fxgl-core-11.11
11.10
fxgl-core-11.10
11.9
fxgl-core-11.9
11.8
fxgl-core-11.8
11.7
fxgl-core-11.7
11.6
fxgl-core-11.6
11.5
fxgl-core-11.5
11.4
fxgl-core-11.4
11.3
fxgl-core-11.3
11.2
fxgl-core-11.2-beta
11.1
fxgl-core-11.1-beta
11.0
fxgl-core-11.0-alpha
0.3.x
fxgl-core-0.3.2
fxgl-core-0.3.1
fxgl-core-0.3.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement