is not current version
Last Version 1.7.4

com.badlogicgames.ashley:ashley 1.3.2

Ashely, a miminal entity framework inspired by Ash and Atermis

GroupId

GroupId

com.badlogicgames.ashley
ArtifactId

ArtifactId

ashley
Version

Version

1.3.2
Type

Type

jar

Download ashley 1.3.2


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