License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.camunda.bpm.quarkus |
ArtifactId | ArtifactIdcamunda-bpm-quarkus-parent |
Version | Version7.17.0-alpha3 |
Type | Typepom |
Description |
DescriptionCamunda Platform - Quarkus Extension - Parent
Provides general dependencies and profiles for database testing
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
camunda-bpm-quarkus-parent-7.17.0-alpha3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.quarkus/camunda-bpm-quarkus-parent/ -->
<dependency>
<groupId>org.camunda.bpm.quarkus</groupId>
<artifactId>camunda-bpm-quarkus-parent</artifactId>
<version>7.17.0-alpha3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.quarkus/camunda-bpm-quarkus-parent/
implementation 'org.camunda.bpm.quarkus:camunda-bpm-quarkus-parent:7.17.0-alpha3'
// https://jarcasting.com/artifacts/org.camunda.bpm.quarkus/camunda-bpm-quarkus-parent/
implementation ("org.camunda.bpm.quarkus:camunda-bpm-quarkus-parent:7.17.0-alpha3")
'org.camunda.bpm.quarkus:camunda-bpm-quarkus-parent:pom:7.17.0-alpha3'
<dependency org="org.camunda.bpm.quarkus" name="camunda-bpm-quarkus-parent" rev="7.17.0-alpha3">
<artifact name="camunda-bpm-quarkus-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.quarkus', module='camunda-bpm-quarkus-parent', version='7.17.0-alpha3')
)
libraryDependencies += "org.camunda.bpm.quarkus" % "camunda-bpm-quarkus-parent" % "7.17.0-alpha3"
[org.camunda.bpm.quarkus/camunda-bpm-quarkus-parent "7.17.0-alpha3"]