GroupId | GroupIdio.camunda |
---|---|
ArtifactId | ArtifactIdzeebe-protocol |
Version | Version1.3.11 |
Type | Typejar |
Filename | Size |
---|---|
zeebe-protocol-1.3.11.pom | |
zeebe-protocol-1.3.11.jar | 151 KB |
zeebe-protocol-1.3.11-test-sources.jar | 6 KB |
zeebe-protocol-1.3.11-sources.jar | 98 KB |
zeebe-protocol-1.3.11-javadoc.jar | 690 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-protocol/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-protocol</artifactId>
<version>1.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-protocol/
implementation 'io.camunda:zeebe-protocol:1.3.11'
// https://jarcasting.com/artifacts/io.camunda/zeebe-protocol/
implementation ("io.camunda:zeebe-protocol:1.3.11")
'io.camunda:zeebe-protocol:jar:1.3.11'
<dependency org="io.camunda" name="zeebe-protocol" rev="1.3.11">
<artifact name="zeebe-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-protocol', version='1.3.11')
)
libraryDependencies += "io.camunda" % "zeebe-protocol" % "1.3.11"
[io.camunda/zeebe-protocol "1.3.11"]