License |
License |
---|---|
GroupId | GroupIdio.camunda |
ArtifactId | ArtifactIdzeebe-broker |
Last Version | Last Version8.1.0-alpha2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionZeebe Broker
Zeebe Broker
|
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-broker/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-broker</artifactId>
<version>8.1.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-broker/
implementation 'io.camunda:zeebe-broker:8.1.0-alpha2'
// https://jarcasting.com/artifacts/io.camunda/zeebe-broker/
implementation ("io.camunda:zeebe-broker:8.1.0-alpha2")
'io.camunda:zeebe-broker:jar:8.1.0-alpha2'
<dependency org="io.camunda" name="zeebe-broker" rev="8.1.0-alpha2">
<artifact name="zeebe-broker" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-broker', version='8.1.0-alpha2')
)
libraryDependencies += "io.camunda" % "zeebe-broker" % "8.1.0-alpha2"
[io.camunda/zeebe-broker "8.1.0-alpha2"]