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