| License |
License |
|---|---|
| GroupId | GroupIdio.camunda |
| ArtifactId | ArtifactIdzeebe-protocol |
| Version | Version8.1.0-alpha2 |
| Type | Typejar |
| Description |
DescriptionZeebe Protocol
Zeebe Protocol
|
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-protocol/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-protocol</artifactId>
<version>8.1.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-protocol/
implementation 'io.camunda:zeebe-protocol:8.1.0-alpha2'
// https://jarcasting.com/artifacts/io.camunda/zeebe-protocol/
implementation ("io.camunda:zeebe-protocol:8.1.0-alpha2")
'io.camunda:zeebe-protocol:jar:8.1.0-alpha2'
<dependency org="io.camunda" name="zeebe-protocol" rev="8.1.0-alpha2">
<artifact name="zeebe-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-protocol', version='8.1.0-alpha2')
)
libraryDependencies += "io.camunda" % "zeebe-protocol" % "8.1.0-alpha2"
[io.camunda/zeebe-protocol "8.1.0-alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.agrona : agrona | jar | 1.15.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.immutables : value | jar | 2.9.0 |
| org.immutables : annotate | jar | 2.9.0 |
| com.github.spotbugs : spotbugs-annotations | jar | 4.7.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |