MVN

com.github.almasb : fxgl-ui

Maven & Gradle

May 25, 2021
1 usages
3.3k stars
<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-ui</artifactId>
    <version>11.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
11.16
fxgl-ui-11.16
11.15
fxgl-ui-11.15
11.14
fxgl-ui-11.14
11.13
fxgl-ui-11.13
11.12
fxgl-ui-11.12
11.11
fxgl-ui-11.11
11.10
fxgl-ui-11.10
11.9
fxgl-ui-11.9
11.8
fxgl-ui-11.8
11.7
fxgl-ui-11.7
11.6
fxgl-ui-11.6
11.5
fxgl-ui-11.5
11.4
fxgl-ui-11.4
11.3
fxgl-ui-11.3
11.2
fxgl-ui-11.2-beta
11.1
fxgl-ui-11.1-beta
11.0
fxgl-ui-11.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-ui</artifactId>
    <version>11.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.almasb:fxgl-ui:11.16'

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

implementation("com.github.almasb:fxgl-ui:11.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.almasb" % "fxgl-ui" % "11.16"

Advertisement