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