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