GroupId | GroupIdorg.camunda.bpm.extension.osgi |
---|---|
ArtifactId | ArtifactIdcamunda-bpm-osgi-eventing-api |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-eventing-api/ -->
<dependency>
<groupId>org.camunda.bpm.extension.osgi</groupId>
<artifactId>camunda-bpm-osgi-eventing-api</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-eventing-api/
implementation 'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-eventing-api:2.0.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.osgi/camunda-bpm-osgi-eventing-api/
implementation ("org.camunda.bpm.extension.osgi:camunda-bpm-osgi-eventing-api:2.0.0")
'org.camunda.bpm.extension.osgi:camunda-bpm-osgi-eventing-api:jar:2.0.0'
<dependency org="org.camunda.bpm.extension.osgi" name="camunda-bpm-osgi-eventing-api" rev="2.0.0">
<artifact name="camunda-bpm-osgi-eventing-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.osgi', module='camunda-bpm-osgi-eventing-api', version='2.0.0')
)
libraryDependencies += "org.camunda.bpm.extension.osgi" % "camunda-bpm-osgi-eventing-api" % "2.0.0"
[org.camunda.bpm.extension.osgi/camunda-bpm-osgi-eventing-api "2.0.0"]