Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdio.camunda |
ArtifactId | ArtifactIdzeebe-build-tools |
Version | Version1.2.10 |
Type | Typejar |
Filename | Size |
---|---|
zeebe-build-tools-1.2.10.pom | |
zeebe-build-tools-1.2.10.jar | 6 KB |
zeebe-build-tools-1.2.10-sources.jar | 4 KB |
zeebe-build-tools-1.2.10-javadoc.jar | 394 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-build-tools/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-build-tools</artifactId>
<version>1.2.10</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-build-tools/
implementation 'io.camunda:zeebe-build-tools:1.2.10'
// https://jarcasting.com/artifacts/io.camunda/zeebe-build-tools/
implementation ("io.camunda:zeebe-build-tools:1.2.10")
'io.camunda:zeebe-build-tools:jar:1.2.10'
<dependency org="io.camunda" name="zeebe-build-tools" rev="1.2.10">
<artifact name="zeebe-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-build-tools', version='1.2.10')
)
libraryDependencies += "io.camunda" % "zeebe-build-tools" % "1.2.10"
[io.camunda/zeebe-build-tools "1.2.10"]