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