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.18.0-alpha2.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm</groupId>
  <artifactId>camunda-parent</artifactId>
  <version>7.18.0-alpha2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm:camunda-parent:7.18.0-alpha2'
Gradle Kotlin
implementation("org.camunda.bpm:camunda-parent:7.18.0-alpha2")
Scala SBT
libraryDependencies += "org.camunda.bpm" % "camunda-parent" % "7.18.0-alpha2"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm', module='camunda-parent', version='7.18.0-alpha2')
)
Apache Ivy
<dependency org="org.camunda.bpm" name="camunda-parent" rev="7.18.0-alpha2" />
Leiningen
[org.camunda.bpm/camunda-parent "7.18.0-alpha2"]
Apache Buildr
'org.camunda.bpm:camunda-parent:jar:7.18.0-alpha2'