License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm.model |
ArtifactId | ArtifactIdcamunda-model-apis |
Last Version | Last Version7.18.0-alpha2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncamunda Model APIs
Provides general dependencies and profiles for database testing
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-model-apis-7.18.0-alpha2.pom | 760 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-model-apis/ -->
<dependency>
<groupId>org.camunda.bpm.model</groupId>
<artifactId>camunda-model-apis</artifactId>
<version>7.18.0-alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-model-apis/
implementation 'org.camunda.bpm.model:camunda-model-apis:7.18.0-alpha2'
// https://jarcasting.com/artifacts/org.camunda.bpm.model/camunda-model-apis/
implementation ("org.camunda.bpm.model:camunda-model-apis:7.18.0-alpha2")
'org.camunda.bpm.model:camunda-model-apis:pom:7.18.0-alpha2'
<dependency org="org.camunda.bpm.model" name="camunda-model-apis" rev="7.18.0-alpha2">
<artifact name="camunda-model-apis" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.model', module='camunda-model-apis', version='7.18.0-alpha2')
)
libraryDependencies += "org.camunda.bpm.model" % "camunda-model-apis" % "7.18.0-alpha2"
[org.camunda.bpm.model/camunda-model-apis "7.18.0-alpha2"]