c

camunda-parent

This pom is the parent of all Camunda Platform projects
http://www.camunda.org
The Apache Software License, Version 2.0
camunda services GmbH
Files download
File Operation
camunda-parent-7.22.0-alpha4.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-parent</artifactId>
  <version>7.22.0-alpha4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm:camunda-parent:7.22.0-alpha4'
Gradle Kotlin
implementation("org.camunda.bpm:camunda-parent:7.22.0-alpha4")
Scala SBT
libraryDependencies += "org.camunda.bpm" % "camunda-parent" % "7.22.0-alpha4"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm', module='camunda-parent', version='7.22.0-alpha4')
)
Apache Ivy
<dependency org="org.camunda.bpm" name="camunda-parent" rev="7.22.0-alpha4" />
Leiningen
[org.camunda.bpm/camunda-parent "7.22.0-alpha4"]
Apache Buildr
'org.camunda.bpm:camunda-parent:jar:7.22.0-alpha4'