License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.osgi |
ArtifactId | ArtifactIdcamunda-bpm-osgi-itest |
Version | Version5.1.0 |
Type | Typejar |
Description |
DescriptionCamunda BPM - OSGi Integration Tests
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-itest/ -->
<dependency>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-itest</artifactId>
<version>5.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-itest/
implementation 'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-itest:5.1.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-itest/
implementation ("org.camunda.bpm.extension.osgi:camunda-bpm-osgi-itest:5.1.0")
'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-itest:jar:5.1.0'
<dependency org="org.camunda.bpm.extension.osgi" name="camunda-bpm-osgi-itest" rev="5.1.0">
<artifact name="camunda-bpm-osgi-itest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.osgi', module='camunda-bpm-osgi-itest', version='5.1.0')
)
libraryDependencies += "org.camunda.bpm.extension.osgi" % "camunda-bpm-osgi-itest" % "5.1.0"
[org.camunda.bpm.extension.osgi/camunda-bpm-osgi-itest "5.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.core | jar | 5.0.0 |