c

camunda-root

This pom defines the modules that make up the build. The parent pom for all Camunda Platform projects can be found in the parent directory relative to this file.
http://www.camunda.org
The Apache Software License, Version 2.0
camunda services GmbH
Camunda Platform Community
Files download
File Operation
camunda-root-7.20.0-alpha3.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-root</artifactId>
  <version>7.20.0-alpha3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm:camunda-root:7.20.0-alpha3'
Gradle Kotlin
implementation("org.camunda.bpm:camunda-root:7.20.0-alpha3")
Scala SBT
libraryDependencies += "org.camunda.bpm" % "camunda-root" % "7.20.0-alpha3"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm', module='camunda-root', version='7.20.0-alpha3')
)
Apache Ivy
<dependency org="org.camunda.bpm" name="camunda-root" rev="7.20.0-alpha3" />
Leiningen
[org.camunda.bpm/camunda-root "7.20.0-alpha3"]
Apache Buildr
'org.camunda.bpm:camunda-root:jar:7.20.0-alpha3'