MVN

com.github.almasb : fxgl-base

Maven & Gradle

Aug 25, 2018
1 usages
3.3k stars
<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-base</artifactId>
    <version>0.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.4

All Versions

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

Version Vulnerabilities Updated
0.5.x
fxgl-base-0.5.4
fxgl-base-0.5.3
fxgl-base-0.5.2
fxgl-base-0.5.1
fxgl-base-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-base</artifactId>
    <version>0.5.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.almasb:fxgl-base:0.5.4'

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

implementation("com.github.almasb:fxgl-base:0.5.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.almasb" % "fxgl-base" % "0.5.4"