License |
License |
---|---|
GroupId | GroupIdio.camunda |
ArtifactId | ArtifactIdcamunda-cloud-zeebe |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionZeebe Distribution
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 |
<!-- https://jarcasting.com/artifacts/io.camunda/camunda-cloud-zeebe/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-cloud-zeebe</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/camunda-cloud-zeebe/
implementation 'io.camunda:camunda-cloud-zeebe:1.0.0'
// https://jarcasting.com/artifacts/io.camunda/camunda-cloud-zeebe/
implementation ("io.camunda:camunda-cloud-zeebe:1.0.0")
'io.camunda:camunda-cloud-zeebe:jar:1.0.0'
<dependency org="io.camunda" name="camunda-cloud-zeebe" rev="1.0.0">
<artifact name="camunda-cloud-zeebe" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='camunda-cloud-zeebe', version='1.0.0')
)
libraryDependencies += "io.camunda" % "camunda-cloud-zeebe" % "1.0.0"
[io.camunda/camunda-cloud-zeebe "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.9.0 |
org.assertj : assertj-core | jar | 3.19.0 |
io.camunda : zeebe-build-tools | jar | 1.0.0 |