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