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