License |
License |
---|---|
GroupId | GroupIdorg.camunda.bpm.extension.examples |
ArtifactId | ArtifactIdcamunda-bpm-mail.example.print-service |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionThis pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-mail.example.print-service/ -->
<dependency>
<groupId>org.camunda.bpm.extension.examples</groupId>
<artifactId>camunda-bpm-mail.example.print-service</artifactId>
<version>1.3.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-mail.example.print-service/
implementation 'org.camunda.bpm.extension.examples:camunda-bpm-mail.example.print-service:1.3.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.extension.examples/camunda-bpm-mail.example.print-service/
implementation ("org.camunda.bpm.extension.examples:camunda-bpm-mail.example.print-service:1.3.0")
'org.camunda.bpm.extension.examples:camunda-bpm-mail.example.print-service:war:1.3.0'
<dependency org="org.camunda.bpm.extension.examples" name="camunda-bpm-mail.example.print-service" rev="1.3.0">
<artifact name="camunda-bpm-mail.example.print-service" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.extension.examples', module='camunda-bpm-mail.example.print-service', version='1.3.0')
)
libraryDependencies += "org.camunda.bpm.extension.examples" % "camunda-bpm-mail.example.print-service" % "1.3.0"
[org.camunda.bpm.extension.examples/camunda-bpm-mail.example.print-service "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm.extension : camunda-bpm-mail-core | jar | 1.3.0 |
org.camunda.bpm : camunda-engine | jar | |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.camunda.bpm : camunda-engine-plugin-connect | jar | |
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.4.1 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
com.h2database : h2 | jar | 1.4.187 |