MVN

com.github.almasb : fxgl-profiles

Maven & Gradle

Apr 13, 2021
1 usages
3.3k stars
<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-profiles</artifactId>
    <version>11.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.15

All Versions

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

Version Vulnerabilities Updated
11.15
fxgl-profiles-11.15
11.14
fxgl-profiles-11.14
11.13
fxgl-profiles-11.13
11.12
fxgl-profiles-11.12
11.11
fxgl-profiles-11.11
11.10
fxgl-profiles-11.10
11.9
fxgl-profiles-11.9
11.8
fxgl-profiles-11.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-profiles</artifactId>
    <version>11.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.almasb:fxgl-profiles:11.15'

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

implementation("com.github.almasb:fxgl-profiles:11.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.almasb" % "fxgl-profiles" % "11.15"

Advertisement