Categories |
CategoriesUnity Business Logic Libraries Game Development |
---|---|
GroupId | GroupIdorg.camunda.community |
ArtifactId | ArtifactIdeze |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
eze-0.2.0.pom | |
eze-0.2.0.jar | 99 KB |
eze-0.2.0-sources.jar | 27 KB |
eze-0.2.0-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.community/eze/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>eze</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation 'org.camunda.community:eze:0.2.0'
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation ("org.camunda.community:eze:0.2.0")
'org.camunda.community:eze:jar:0.2.0'
<dependency org="org.camunda.community" name="eze" rev="0.2.0">
<artifact name="eze" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='eze', version='0.2.0')
)
libraryDependencies += "org.camunda.community" % "eze" % "0.2.0"
[org.camunda.community/eze "0.2.0"]