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