License |
License |
---|---|
GroupId | GroupIdio.zeebe |
ArtifactId | ArtifactIdzeebe-root |
Version | Version1.0.0-alpha7 |
Type | Typepom |
Description |
DescriptionZeebe Root
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
zeebe-root-1.0.0-alpha7.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.zeebe/zeebe-root/ -->
<dependency>
<groupId>io.zeebe</groupId>
<artifactId>zeebe-root</artifactId>
<version>1.0.0-alpha7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zeebe/zeebe-root/
implementation 'io.zeebe:zeebe-root:1.0.0-alpha7'
// https://jarcasting.com/artifacts/io.zeebe/zeebe-root/
implementation ("io.zeebe:zeebe-root:1.0.0-alpha7")
'io.zeebe:zeebe-root:pom:1.0.0-alpha7'
<dependency org="io.zeebe" name="zeebe-root" rev="1.0.0-alpha7">
<artifact name="zeebe-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zeebe', module='zeebe-root', version='1.0.0-alpha7')
)
libraryDependencies += "io.zeebe" % "zeebe-root" % "1.0.0-alpha7"
[io.zeebe/zeebe-root "1.0.0-alpha7"]
Group / Artifact | Type | Version |
---|---|---|
io.zeebe : zeebe-build-tools | jar | 1.0.0-alpha7 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |