Last Version

de.tum.ei.lkn.eces:core 2.0.3

This project implements an Entity-Component Event-based System (ECES) framework. In such a framework, classes are organized as components that attach to entities, and listeners (or callbacks) can be easily configured to asynchronously run upon the creation/deletion/update of selected components.

License

License

GroupId

GroupId

de.tum.ei.lkn.eces
ArtifactId

ArtifactId

core
Version

Version

2.0.3
Type

Type

jar
Description

Description

This project implements an Entity-Component Event-based System (ECES) framework. In such a framework, classes are organized as components that attach to entities, and listeners (or callbacks) can be easily configured to asynchronously run upon the creation/deletion/update of selected components.
Project URL

Project URL

https://github.com/AmoVanB/eces-core
Source Code Management

Source Code Management

http://github.com/amovanb/eces-core/tree/master

Download core 2.0.3


<!-- https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/core/ -->
<dependency>
    <groupId>de.tum.ei.lkn.eces</groupId>
    <artifactId>core</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/core/
implementation 'de.tum.ei.lkn.eces:core:2.0.3'
// https://jarcasting.com/artifacts/de.tum.ei.lkn.eces/core/
implementation ("de.tum.ei.lkn.eces:core:2.0.3")
'de.tum.ei.lkn.eces:core:jar:2.0.3'
<dependency org="de.tum.ei.lkn.eces" name="core" rev="2.0.3">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.tum.ei.lkn.eces', module='core', version='2.0.3')
)
libraryDependencies += "de.tum.ei.lkn.eces" % "core" % "2.0.3"
[de.tum.ei.lkn.eces/core "2.0.3"]

Dependencies

compile (5)

Group / Artifact Type Version
com.google.guava : guava jar 18.0
org.json : json jar 20150729
de.tum.ei.lkn.eces : master-pom-commons jar 1.0.21
org.aeonbits.owner : owner jar 1.0.10
log4j : log4j jar 1.2.17

test (2)

Group / Artifact Type Version
de.tum.ei.lkn.eces : master-pom-commons test-jar 1.0.21
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.