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