License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.camunda.bpm |
ArtifactId | ArtifactIdcamunda-bpm-swarm-config-api |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis 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/org.camunda.bpm/camunda-bpm-swarm-config-api/ -->
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bpm-swarm-config-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bpm-swarm-config-api/
implementation 'org.camunda.bpm:camunda-bpm-swarm-config-api:1.0.0'
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-bpm-swarm-config-api/
implementation ("org.camunda.bpm:camunda-bpm-swarm-config-api:1.0.0")
'org.camunda.bpm:camunda-bpm-swarm-config-api:jar:1.0.0'
<dependency org="org.camunda.bpm" name="camunda-bpm-swarm-config-api" rev="1.0.0">
<artifact name="camunda-bpm-swarm-config-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm', module='camunda-bpm-swarm-config-api', version='1.0.0')
)
libraryDependencies += "org.camunda.bpm" % "camunda-bpm-swarm-config-api" % "1.0.0"
[org.camunda.bpm/camunda-bpm-swarm-config-api "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.wildfly.swarm : config-api-runtime | jar | 1.0.3.Final |
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm : camunda-engine-rest | war | 7.9.0 |