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