License |
License |
---|---|
Categories |
CategoriesBuild Tools |
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzb-build-tools |
Version | Version0.16.4 |
Type | Typejar |
Description |
DescriptionZeebe Build Tools
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
zb-build-tools-0.16.4.pom | |
zb-build-tools-0.16.4.jar | 4 KB |
zb-build-tools-0.16.4-sources.jar | 3 KB |
zb-build-tools-0.16.4-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.16.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zb-build-tools/
implementation 'io.zeebe:zb-build-tools:0.16.4'
// https://jarcasting.com/artifacts/io.zeebe/zb-build-tools/
implementation ("io.zeebe:zb-build-tools:0.16.4")
'io.zeebe:zb-build-tools:jar:0.16.4'
<dependency org="io.zeebe" name="zb-build-tools" rev="0.16.4">
<artifact name="zb-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zb-build-tools', version='0.16.4')
)
libraryDependencies += "io.zeebe" % "zb-build-tools" % "0.16.4"
[io.zeebe/zb-build-tools "0.16.4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-api | jar | 1.7.26 |