<dependency> <groupId>io.camunda</groupId> <artifactId>zeebe-protocol</artifactId> <version>8.5.9</version> </dependency>
implementation 'io.camunda:zeebe-protocol:8.5.9'
implementation("io.camunda:zeebe-protocol:8.5.9")
libraryDependencies += "io.camunda" % "zeebe-protocol" % "8.5.9"
@Grapes( @Grab(group='io.camunda', module='zeebe-protocol', version='8.5.9') )
<dependency org="io.camunda" name="zeebe-protocol" rev="8.5.9" />
[io.camunda/zeebe-protocol "8.5.9"]
'io.camunda:zeebe-protocol:jar:8.5.9'
compile
|-- org.agrona:agrona:1.20.0
provided
|-- org.immutables:value:2.10.1
|-- org.immutables:annotate:2.10.1
|-- com.github.spotbugs:spotbugs-annotations:4.8.6
|-- net.jcip:jcip-annotations:1.0