is not current version
Last Version 17.1

com.github.almasb:fxgl-core 0.3.2

A collection of utility classes commonly used in games

Categories

Categories

FXGL Business Logic Libraries Game Development
GroupId

GroupId

com.github.almasb
ArtifactId

ArtifactId

fxgl-core
Version

Version

0.3.2
Type

Type

jar

Download fxgl-core 0.3.2


<!-- https://jarcasting.com/artifacts/com.github.almasb/fxgl-core/ -->
<dependency>
    <groupId>com.github.almasb</groupId>
    <artifactId>fxgl-core</artifactId>
    <version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.almasb/fxgl-core/
implementation 'com.github.almasb:fxgl-core:0.3.2'
// https://jarcasting.com/artifacts/com.github.almasb/fxgl-core/
implementation ("com.github.almasb:fxgl-core:0.3.2")
'com.github.almasb:fxgl-core:jar:0.3.2'
<dependency org="com.github.almasb" name="fxgl-core" rev="0.3.2">
  <artifact name="fxgl-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.almasb', module='fxgl-core', version='0.3.2')
)
libraryDependencies += "com.github.almasb" % "fxgl-core" % "0.3.2"
[com.github.almasb/fxgl-core "0.3.2"]