GroupId | GroupIdorg.camunda.bpm |
---|---|
ArtifactId | ArtifactIdcamunda-engine-plugin-spin |
Version | Version7.5.0-alpha1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine-plugin-spin/ -->
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-engine-plugin-spin</artifactId>
<version>7.5.0-alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine-plugin-spin/
implementation 'org.camunda.bpm:camunda-engine-plugin-spin:7.5.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.bpm/camunda-engine-plugin-spin/
implementation ("org.camunda.bpm:camunda-engine-plugin-spin:7.5.0-alpha1")
'org.camunda.bpm:camunda-engine-plugin-spin:jar:7.5.0-alpha1'
<dependency org="org.camunda.bpm" name="camunda-engine-plugin-spin" rev="7.5.0-alpha1">
<artifact name="camunda-engine-plugin-spin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm', module='camunda-engine-plugin-spin', version='7.5.0-alpha1')
)
libraryDependencies += "org.camunda.bpm" % "camunda-engine-plugin-spin" % "7.5.0-alpha1"
[org.camunda.bpm/camunda-engine-plugin-spin "7.5.0-alpha1"]