License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.osgi |
ArtifactId | ArtifactIdcamunda-bpm-osgi-processapplication |
Version | Version5.1.0 |
Type | Typejar |
Description |
DescriptionCamunda BPM - OSGi Process Application
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/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-processapplication/ -->
<dependency>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-processapplication</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-processapplication/
implementation 'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-processapplication:5.1.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-processapplication/
implementation ("org.camunda.bpm.extension.osgi:camunda-bpm-osgi-processapplication:5.1.0")
'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-processapplication:jar:5.1.0'
<dependency org="org.camunda.bpm.extension.osgi" name="camunda-bpm-osgi-processapplication" rev="5.1.0">
<artifact name="camunda-bpm-osgi-processapplication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.osgi', module='camunda-bpm-osgi-processapplication', version='5.1.0')
)
libraryDependencies += "org.camunda.bpm.extension.osgi" % "camunda-bpm-osgi-processapplication" % "5.1.0"
[org.camunda.bpm.extension.osgi/camunda-bpm-osgi-processapplication "5.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm : camunda-engine | jar | |
org.apache.felix : org.apache.felix.dependencymanager | jar | 3.2.0 |
org.camunda.bpm.extension.osgi : camunda-bpm-osgi | jar | 5.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 5.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.h2database : h2 | jar | 1.3.168 |
org.mockito : mockito-core | jar | 1.9.5 |