License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdorg.camunda.community |
ArtifactId | ArtifactIdeze |
Version | Version0.1.0 |
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.1.0.pom | |
eze-0.1.0.jar | 88 KB |
eze-0.1.0-sources.jar | 26 KB |
eze-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation 'org.camunda.community:eze:0.1.0'
// https://jarcasting.com/artifacts/org.camunda.community/eze/
implementation ("org.camunda.community:eze:0.1.0")
'org.camunda.community:eze:jar:0.1.0'
<dependency org="org.camunda.community" name="eze" rev="0.1.0">
<artifact name="eze" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='eze', version='0.1.0')
)
libraryDependencies += "org.camunda.community" % "eze" % "0.1.0"
[org.camunda.community/eze "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.camunda : zeebe-workflow-engine | jar | |
io.camunda : zeebe-test-util | jar | |
io.camunda : zeebe-client-java | jar | |
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.20.2 |
org.junit.jupiter : junit-jupiter-api | jar | |
org.jetbrains.kotlin : kotlin-test | jar | 1.5.21 |
org.awaitility : awaitility-kotlin | jar | 4.1.0 |