Categories |
CategoriesQuarkus Container Microservices |
---|---|
GroupId | GroupIdorg.camunda.bpm.quarkus |
ArtifactId | ArtifactIdcamunda-bpm-quarkus-engine-deployment |
Version | Version7.17.0-alpha6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.quarkus/camunda-bpm-quarkus-engine-deployment/ -->
<dependency>
<groupId>org.camunda.bpm.quarkus</groupId>
<artifactId>camunda-bpm-quarkus-engine-deployment</artifactId>
<version>7.17.0-alpha6</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.quarkus/camunda-bpm-quarkus-engine-deployment/
implementation 'org.camunda.bpm.quarkus:camunda-bpm-quarkus-engine-deployment:7.17.0-alpha6'
// https://jarcasting.com/artifacts/org.camunda.bpm.quarkus/camunda-bpm-quarkus-engine-deployment/
implementation ("org.camunda.bpm.quarkus:camunda-bpm-quarkus-engine-deployment:7.17.0-alpha6")
'org.camunda.bpm.quarkus:camunda-bpm-quarkus-engine-deployment:jar:7.17.0-alpha6'
<dependency org="org.camunda.bpm.quarkus" name="camunda-bpm-quarkus-engine-deployment" rev="7.17.0-alpha6">
<artifact name="camunda-bpm-quarkus-engine-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.quarkus', module='camunda-bpm-quarkus-engine-deployment', version='7.17.0-alpha6')
)
libraryDependencies += "org.camunda.bpm.quarkus" % "camunda-bpm-quarkus-engine-deployment" % "7.17.0-alpha6"
[org.camunda.bpm.quarkus/camunda-bpm-quarkus-engine-deployment "7.17.0-alpha6"]