MVN

com.github.almasb : fxgl-trade

Maven & Gradle

Mar 01, 2021
1 usages
3.3k stars
<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-trade</artifactId>
    <version>11.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 11.14

All Versions

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

Version Vulnerabilities Updated
11.14
fxgl-trade-11.14
11.13
fxgl-trade-11.13
11.12
fxgl-trade-11.12
11.11
fxgl-trade-11.11
11.10
fxgl-trade-11.10
11.9
fxgl-trade-11.9
11.8
fxgl-trade-11.8
11.7
fxgl-trade-11.7
11.6
fxgl-trade-11.6
11.5
fxgl-trade-11.5
11.4
fxgl-trade-11.4
11.3
fxgl-trade-11.3

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-trade</artifactId>
    <version>11.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.almasb:fxgl-trade:11.14'

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

implementation("com.github.almasb:fxgl-trade:11.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.almasb" % "fxgl-trade" % "11.14"

Advertisement