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