License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-worker-java-testutils |
Version | Version1.2.7 |
Type | Typejar |
Description |
DescriptionZeebe Worker Java Test Utilities
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 |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-worker-java-testutils/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-worker-java-testutils</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-worker-java-testutils/
implementation 'io.zeebe:zeebe-worker-java-testutils:1.2.7'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-worker-java-testutils/
implementation ("io.zeebe:zeebe-worker-java-testutils:1.2.7")
'io.zeebe:zeebe-worker-java-testutils:jar:1.2.7'
<dependency org="io.zeebe" name="zeebe-worker-java-testutils" rev="1.2.7">
<artifact name="zeebe-worker-java-testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-worker-java-testutils', version='1.2.7')
)
libraryDependencies += "io.zeebe" % "zeebe-worker-java-testutils" % "1.2.7"
[io.zeebe/zeebe-worker-java-testutils "1.2.7"]
Group / Artifact | Type | Version |
---|---|---|
io.camunda : zeebe-client-java | jar | 1.2.7 |
org.assertj : assertj-core | jar | 3.21.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.awaitility : awaitility | jar | 4.1.1 |