MVN

com.roaringcatgames.kitten2d.ashley : ashley-extensions

Maven & Gradle

Mar 10, 2017
23 stars

Kitten2d AshleyExtensions · Kitten2d AshleyExtensions is a set of Systems and Components designed to work with libGDX and AshleyECS

<dependency>
    <groupId>com.roaringcatgames.kitten2d.ashley</groupId>
    <artifactId>ashley-extensions</artifactId>
    <version>0.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.roaringcatgames.kitten2d.ashley : ashley-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.7

All Versions

Choose a version of com.roaringcatgames.kitten2d.ashley : ashley-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
ashley-extensions-0.5.7
ashley-extensions-0.5.6
0.4.x
ashley-extensions-0.4.0
0.3.x
ashley-extensions-0.3.0
0.0.x
ashley-extensions-0.0.23
ashley-extensions-0.0.20
ashley-extensions-0.0.19
ashley-extensions-0.0.18
ashley-extensions-0.0.17
ashley-extensions-0.0.16
ashley-extensions-0.0.12
ashley-extensions-0.0.11
ashley-extensions-0.0.4
ashley-extensions-0.0.3
ashley-extensions-0.0.2
ashley-extensions-0.0.1

How to add a dependency to Maven

Add the following com.roaringcatgames.kitten2d.ashley : ashley-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.roaringcatgames.kitten2d.ashley</groupId>
    <artifactId>ashley-extensions</artifactId>
    <version>0.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.roaringcatgames.kitten2d.ashley : ashley-extensions gradle dependency to your build.gradle file:

implementation 'com.roaringcatgames.kitten2d.ashley:ashley-extensions:0.5.7'

Gradle Kotlin DSL: Add the following com.roaringcatgames.kitten2d.ashley : ashley-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.roaringcatgames.kitten2d.ashley:ashley-extensions:0.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.roaringcatgames.kitten2d.ashley : ashley-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.roaringcatgames.kitten2d.ashley" % "ashley-extensions" % "0.5.7"