c

camunda-bpm-release-parent

This pom defines the required plugins and profiles to allow a camunda bpm release build.
http://www.camunda.org
The Apache Software License, Version 2.0
Camunda Services GmbH
camunda BPM Community
Files download
File Operation
camunda-bpm-release-parent-2.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.camunda</groupId>
  <artifactId>camunda-bpm-release-parent</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda:camunda-bpm-release-parent:2.2.0'
Gradle Kotlin
implementation("org.camunda:camunda-bpm-release-parent:2.2.0")
Scala SBT
libraryDependencies += "org.camunda" % "camunda-bpm-release-parent" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda', module='camunda-bpm-release-parent', version='2.2.0')
)
Apache Ivy
<dependency org="org.camunda" name="camunda-bpm-release-parent" rev="2.2.0" />
Leiningen
[org.camunda/camunda-bpm-release-parent "2.2.0"]
Apache Buildr
'org.camunda:camunda-bpm-release-parent:jar:2.2.0'