-
-
Notifications
You must be signed in to change notification settings - Fork 559
Get FXGL (Maven, Gradle, Uber)
Almas Baimagambetov edited this page Jul 31, 2021
·
10 revisions
The easiest way to get FXGL into your projects is via Maven or Gradle. Coordinates are on the main page.
You can get the latest uber-jar from Releases. If you have never used an external library before, you can follow tutorials for:
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
(wherex
is between 0 and 9) are mostly backwards API compatible. This means you can upgrade from any0.4.x
to any0.4.y
(y > x
), from any0.5.x
to any0.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.