License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdorg.camunda.community |
ArtifactId | ArtifactIdeze |
Last Version | Last Version0.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEZE - Embedded Zeebe Engine
This pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
eze-0.6.1.pom | |
eze-0.6.1.jar | 88 KB |
eze-0.6.1-sources.jar | 26 KB |
eze-0.6.1-javadoc.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.community/eze/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>eze</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation 'org.camunda.community:eze:0.6.1'
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation ("org.camunda.community:eze:0.6.1")
'org.camunda.community:eze:jar:0.6.1'
<dependency org="org.camunda.community" name="eze" rev="0.6.1">
<artifact name="eze" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='eze', version='0.6.1')
)
libraryDependencies += "org.camunda.community" % "eze" % "0.6.1"
[org.camunda.community/eze "0.6.1"]
Group / Artifact | Type | Version |
---|---|---|
io.camunda : zeebe-workflow-engine | jar | |
io.camunda : zeebe-util | jar | |
io.camunda : zeebe-logstreams | jar | |
io.camunda : zeebe-test-util | jar | |
io.camunda : zeebe-client-java | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
junit : junit | jar | 4.13.2 |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.6.0 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.6.0 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.21.0 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.jetbrains.kotlin : kotlin-test | jar | 1.6.0 |
org.awaitility : awaitility-kotlin | jar | 4.1.1 |