License |
License |
---|---|
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-cluster-testbench-testdriver-api |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionZeebe Cluster Testbench - API for Testdrivers
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-cluster-testbench-testdriver-api/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-cluster-testbench-testdriver-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-cluster-testbench-testdriver-api/
implementation 'io.zeebe:zeebe-cluster-testbench-testdriver-api:1.0.0'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-cluster-testbench-testdriver-api/
implementation ("io.zeebe:zeebe-cluster-testbench-testdriver-api:1.0.0")
'io.zeebe:zeebe-cluster-testbench-testdriver-api:jar:1.0.0'
<dependency org="io.zeebe" name="zeebe-cluster-testbench-testdriver-api" rev="1.0.0">
<artifact name="zeebe-cluster-testbench-testdriver-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-cluster-testbench-testdriver-api', version='1.0.0')
)
libraryDependencies += "io.zeebe" % "zeebe-cluster-testbench-testdriver-api" % "1.0.0"
[io.zeebe/zeebe-cluster-testbench-testdriver-api "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.zeebe : zeebe-client-java | jar | 0.24.4 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.3 |
org.slf4j : slf4j-api | jar | 1.7.30 |
org.apache.logging.log4j : log4j-api | jar | 2.13.3 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.13.3 |
org.apache.logging.log4j : log4j-core | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.mockito : mockito-junit-jupiter | jar | 3.5.13 |
org.assertj : assertj-core | jar | 3.17.2 |