Entreri

Entity-component framework written in Java for game development

Лицензия

Лицензия

Группа

Группа

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

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

entreri
Последняя версия

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

1.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Entreri
Entity-component framework written in Java for game development
Ссылка на сайт

Ссылка на сайт

http://entreri.lhkbob.com

Скачать entreri

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.7.0
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0