Skip to content

Get FXGL (Maven, Gradle, Uber)

Almas Baimagambetov edited this page Jul 31, 2021 · 10 revisions

Using Maven / Gradle

The easiest way to get FXGL into your projects is via Maven or Gradle. Coordinates are on the main page.

Using uber-jar

You can get the latest uber-jar from Releases. If you have never used an external library before, you can follow tutorials for:

Version Check

When using Developer or Debug application mode, FXGL will contact the server to see if a newer version is available (by default every 7 days). It is recommended that you use the latest version. From 0.4.0 FXGL adheres to the following versioning scheme:

  • all versions 0.4.x (where x is between 0 and 9) are mostly backwards API compatible. This means you can upgrade from any 0.4.x to any 0.4.y (y > x), from any 0.5.x to any 0.5.y, and so on with minimum changes.
  • all major API breaking changes will be promoted to 0.5.0, 0.6.0, and so on.
Clone this wiki locally