Files download
File Operation
camunda-bpm-mail-examples-7.20.2.pom download
Apache Maven
<dependency>
  <groupId>org.camunda.bpm.extension.examples</groupId>
  <artifactId>camunda-bpm-mail-examples</artifactId>
  <version>7.20.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:7.20.2'
Gradle Kotlin
implementation("org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:7.20.2")
Scala SBT
libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-mail-examples" % "7.20.2"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm.extension.examples', module='camunda-bpm-mail-examples', version='7.20.2')
)
Apache Ivy
<dependency org="org.camunda.bpm.extension.examples" name="camunda-bpm-mail-examples" rev="7.20.2" />
Leiningen
[org.camunda.bpm.extension.examples/camunda-bpm-mail-examples "7.20.2"]
Apache Buildr
'org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:jar:7.20.2'