не последняя версия
Последняя версия 1.7.0

com.lhkbob.entreri:entreri 1.6.0

Entreri is an entity-component framework for Java that helps manage or remove complex OO hierarchies that often form when developing games. For a useful description of an entity-component framework, see http://t-machine.org/index.php/2007/09/03/entity-systems-are-the-future-of-mmog-development-part-1/

Группа

Группа

com.lhkbob.entreri
Идентификатор

Идентификатор

entreri
Версия

Версия

1.6.0
Тип

Тип

jar

Скачать entreri 1.6.0


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