文件下载
文件名 操作
camunda-bpm-mail-examples-7.18.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.camunda.bpm.extension.examples</groupId>
  <artifactId>camunda-bpm-mail-examples</artifactId>
  <version>7.18.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:7.18.2'
Gradle Kotlin
implementation("org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:7.18.2")
Scala SBT
libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-mail-examples" % "7.18.2"
Groovy Grape
@Grapes(
  @Grab(group='org.camunda.bpm.extension.examples', module='camunda-bpm-mail-examples', version='7.18.2')
)
Apache Ivy
<dependency org="org.camunda.bpm.extension.examples" name="camunda-bpm-mail-examples" rev="7.18.2" />
Leiningen
[org.camunda.bpm.extension.examples/camunda-bpm-mail-examples "7.18.2"]
Apache Buildr
'org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:jar:7.18.2'