| GroupId | GroupIdorg.camunda |
|---|---|
| ArtifactId | ArtifactIdcamunda-bpm-release-parent |
| Version | Version0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| camunda-bpm-release-parent-0.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.camunda/camunda-bpm-release-parent/ -->
<dependency>
<groupId>org.camunda</groupId>
<artifactId>camunda-bpm-release-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda/camunda-bpm-release-parent/
implementation 'org.camunda:camunda-bpm-release-parent:0.1'
// https://jarcasting.com/artifacts/org.camunda/camunda-bpm-release-parent/
implementation ("org.camunda:camunda-bpm-release-parent:0.1")
'org.camunda:camunda-bpm-release-parent:pom:0.1'
<dependency org="org.camunda" name="camunda-bpm-release-parent" rev="0.1">
<artifact name="camunda-bpm-release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda', module='camunda-bpm-release-parent', version='0.1')
)
libraryDependencies += "org.camunda" % "camunda-bpm-release-parent" % "0.1"
[org.camunda/camunda-bpm-release-parent "0.1"]