Entreri

Entity-component framework written in Java for game development

License

License

GroupId

GroupId

com.lhkbob.entreri
ArtifactId

ArtifactId

entreri
Last Version

Last Version

1.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Entreri
Entity-component framework written in Java for game development
Project URL

Project URL

http://entreri.lhkbob.com

Download entreri

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.7.0
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0