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