| License |
License |
|---|---|
| GroupId | GroupIdio.camunda |
| ArtifactId | ArtifactIdzeebe-process-test-engine-agent |
| Last Version | Last Version8.1.0-alpha2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionZeebe Process Test Engine Agent
A wrapper around the test engine. This wrapper makes it possible to run the engine in a
testcontainer.
|
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-engine-agent/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-engine-agent</artifactId>
<version>8.1.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-engine-agent/
implementation 'io.camunda:zeebe-process-test-engine-agent:8.1.0-alpha2'
// https://jarcasting.com/artifacts/io.camunda/zeebe-process-test-engine-agent/
implementation ("io.camunda:zeebe-process-test-engine-agent:8.1.0-alpha2")
'io.camunda:zeebe-process-test-engine-agent:jar:8.1.0-alpha2'
<dependency org="io.camunda" name="zeebe-process-test-engine-agent" rev="8.1.0-alpha2">
<artifact name="zeebe-process-test-engine-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-process-test-engine-agent', version='8.1.0-alpha2')
)
libraryDependencies += "io.camunda" % "zeebe-process-test-engine-agent" % "8.1.0-alpha2"
[io.camunda/zeebe-process-test-engine-agent "8.1.0-alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.camunda : zeebe-process-test-engine | jar | 8.1.0-alpha2 |
| io.camunda : zeebe-process-test-engine-protocol | jar | 8.1.0-alpha2 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| io.grpc : grpc-stub | jar | 1.47.0 |
| io.grpc : grpc-api | jar | 1.47.0 |
| io.camunda : zeebe-protocol | jar | 8.1.0-alpha2 |
| io.camunda : zeebe-process-test-api | jar | 8.1.0-alpha2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.7.36 |