License |
License |
---|---|
GroupId | GroupIdcom.badlogicgames.ashley |
ArtifactId | ArtifactIdashley |
Last Version | Last Version1.7.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAshley
Ashley, a minimal entity framework inspired by Ash and Artemis
|
Project URL |
Project URL |
Filename | Size |
---|---|
ashley-1.7.4.pom | |
ashley-1.7.4.jar | 23 KB |
ashley-1.7.4-sources.jar | 18 KB |
ashley-1.7.4-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.ashley/ashley/ -->
<dependency>
<groupId>com.badlogicgames.ashley</groupId>
<artifactId>ashley</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.ashley/ashley/
implementation 'com.badlogicgames.ashley:ashley:1.7.4'
// https://jarcasting.com/artifacts/com.badlogicgames.ashley/ashley/
implementation ("com.badlogicgames.ashley:ashley:1.7.4")
'com.badlogicgames.ashley:ashley:jar:1.7.4'
<dependency org="com.badlogicgames.ashley" name="ashley" rev="1.7.4">
<artifact name="ashley" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.ashley', module='ashley', version='1.7.4')
)
libraryDependencies += "com.badlogicgames.ashley" % "ashley" % "1.7.4"
[com.badlogicgames.ashley/ashley "1.7.4"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.9.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |