License |
License |
---|---|
GroupId | GroupIdio.camunda |
ArtifactId | ArtifactIdzeebe-bpmn-model |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionZeebe BPMN model API
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 |
---|---|
zeebe-bpmn-model-1.0.0.pom | |
zeebe-bpmn-model-1.0.0.jar | 656 KB |
zeebe-bpmn-model-1.0.0-test-sources.jar | 263 KB |
zeebe-bpmn-model-1.0.0-sources.jar | 517 KB |
zeebe-bpmn-model-1.0.0-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.camunda/zeebe-bpmn-model/ -->
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-bpmn-model</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.camunda/zeebe-bpmn-model/
implementation 'io.camunda:zeebe-bpmn-model:1.0.0'
// https://jarcasting.com/artifacts/io.camunda/zeebe-bpmn-model/
implementation ("io.camunda:zeebe-bpmn-model:1.0.0")
'io.camunda:zeebe-bpmn-model:jar:1.0.0'
<dependency org="io.camunda" name="zeebe-bpmn-model" rev="1.0.0">
<artifact name="zeebe-bpmn-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.camunda', module='zeebe-bpmn-model', version='1.0.0')
)
libraryDependencies += "io.camunda" % "zeebe-bpmn-model" % "1.0.0"
[io.camunda/zeebe-bpmn-model "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm.model : camunda-xml-model | jar | 7.15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.assertj : assertj-core | jar | 3.19.0 |
org.hamcrest : hamcrest | jar | 2.2 |
io.camunda : zeebe-build-tools | jar | 1.0.0 |
org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |