License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.osgi |
ArtifactId | ArtifactIdcamunda-bpm-osgi-root |
Version | Version5.1.0 |
Type | Typepom |
Description |
DescriptionCamunda BPM - OSGi - Root
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 URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camunda-bpm-osgi-root-5.1.0.pom | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-root/ -->
<dependency>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-root</artifactId>
<version>5.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-root/
implementation 'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-root:5.1.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-root/
implementation ("org.camunda.bpm.extension.osgi:camunda-bpm-osgi-root:5.1.0")
'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-root:pom:5.1.0'
<dependency org="org.camunda.bpm.extension.osgi" name="camunda-bpm-osgi-root" rev="5.1.0">
<artifact name="camunda-bpm-osgi-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.osgi', module='camunda-bpm-osgi-root', version='5.1.0')
)
libraryDependencies += "org.camunda.bpm.extension.osgi" % "camunda-bpm-osgi-root" % "5.1.0"
[org.camunda.bpm.extension.osgi/camunda-bpm-osgi-root "5.1.0"]