| Категории |
КатегорииUnity Прикладные библиотеки Game Development |
|---|---|
| Группа | Группаorg.camunda.community |
| Идентификатор | Идентификаторeze |
| Версия | Версия0.4.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| eze-0.4.0.pom | |
| eze-0.4.0.jar | 104 KB |
| eze-0.4.0-sources.jar | 30 KB |
| eze-0.4.0-javadoc.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.community/eze/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>eze</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation 'org.camunda.community:eze:0.4.0'
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation ("org.camunda.community:eze:0.4.0")
'org.camunda.community:eze:jar:0.4.0'
<dependency org="org.camunda.community" name="eze" rev="0.4.0">
<artifact name="eze" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='eze', version='0.4.0')
)
libraryDependencies += "org.camunda.community" % "eze" % "0.4.0"
[org.camunda.community/eze "0.4.0"]