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