GroupId | GroupIdorg.camunda.bpm.extension.examples |
---|---|
ArtifactId | ArtifactIdcamunda-bpm-mail-examples |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
camunda-bpm-mail-examples-1.0.0.pom | 683 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-mail-examples/ -->
<dependency>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-bpm-mail-examples</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-mail-examples/
implementation 'org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:1.0.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-mail-examples/
implementation ("org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:1.0.0")
'org.camunda.bpm.extension.examples:camunda-bpm-mail-examples:pom:1.0.0'
<dependency org="org.camunda.bpm.extension.examples" name="camunda-bpm-mail-examples" rev="1.0.0">
<artifact name="camunda-bpm-mail-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.examples', module='camunda-bpm-mail-examples', version='1.0.0')
)
libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-mail-examples" % "1.0.0"
[org.camunda.bpm.extension.examples/camunda-bpm-mail-examples "1.0.0"]