| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.massisframework |
| Идентификатор | Идентификаторzay-es |
| Версия | Версия1.2.1 |
| Тип | Типjar |
| Описание |
ОписаниеZay-ES
Zay-ES (pronounced 'zay us' like Dr. Zaius) is a light weight flexible Entity Component System. Entity Component Systems use a data-oriented design approach that employs composition to build complex applications of systems. Systems are application code the operates on only a subset of the data components of an entity. Zay-ES is a data management library that facilitates these designs. It supports real-time in-memory entity components as well as persistent components, even at the same time.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| zay-es-1.2.1.pom | |
| zay-es-1.2.1.jar | 71 KB |
| zay-es-1.2.1-sources.jar | 74 KB |
| zay-es-1.2.1-javadoc.jar | 178 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.massisframework/zay-es/ -->
<dependency>
<groupId>com.massisframework</groupId>
<artifactId>zay-es</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.massisframework/zay-es/
implementation 'com.massisframework:zay-es:1.2.1'
// https://jarcasting.com/artifacts/com.massisframework/zay-es/
implementation ("com.massisframework:zay-es:1.2.1")
'com.massisframework:zay-es:jar:1.2.1'
<dependency org="com.massisframework" name="zay-es" rev="1.2.1">
<artifact name="zay-es" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.massisframework', module='zay-es', version='1.2.1')
)
libraryDependencies += "com.massisframework" % "zay-es" % "1.2.1"
[com.massisframework/zay-es "1.2.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 19.0 |
| org.slf4j : slf4j-api | jar | 1.7.13 |