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