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