| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.lhkbob.entreri |
| Идентификатор | Идентификаторentreri |
| Последняя версия | Последняя версия1.7.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEntreri
Entity-component framework written in Java for game development
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| entreri-1.7.0.pom | |
| entreri-1.7.0.jar | 70 KB |
| entreri-1.7.0-sources.jar | 80 KB |
| entreri-1.7.0-javadoc.jar | 231 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |