is not current version
Last Version 0.3.2

com.github.almasb:fxgl-ecs 0.3.1

Simple entity component system (control) framework

Categories

Categories

FXGL Business Logic Libraries Game Development
GroupId

GroupId

com.github.almasb
ArtifactId

ArtifactId

fxgl-ecs
Version

Version

0.3.1
Type

Type

jar

Download fxgl-ecs 0.3.1


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