| License |
License |
|---|---|
| GroupId | GroupIdorg.camunda.bpm.cycle |
| ArtifactId | ArtifactIdcamunda-cycle |
| Version | Version3.1.0 |
| Type | Typewar |
| Description |
Descriptioncamunda BPM - cycle - app
This 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 |
| Filename | Size |
|---|---|
| camunda-cycle-3.1.0.pom | |
| camunda-cycle-3.1.0.war | 31 MB |
| camunda-cycle-3.1.0-tests.jar | 6 KB |
| camunda-cycle-3.1.0-test-sources.jar | 602 KB |
| camunda-cycle-3.1.0-sources.jar | 118 KB |
| camunda-cycle-3.1.0-javadoc.jar | 750 KB |
| camunda-cycle-3.1.0-core.jar | 163 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle/ -->
<dependency>
<groupId>org.camunda.bpm.cycle</groupId>
<artifactId>camunda-cycle</artifactId>
<version>3.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle/
implementation 'org.camunda.bpm.cycle:camunda-cycle:3.1.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle/
implementation ("org.camunda.bpm.cycle:camunda-cycle:3.1.0")
'org.camunda.bpm.cycle:camunda-cycle:war:3.1.0'
<dependency org="org.camunda.bpm.cycle" name="camunda-cycle" rev="3.1.0">
<artifact name="camunda-cycle" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.cycle', module='camunda-cycle', version='3.1.0')
)
libraryDependencies += "org.camunda.bpm.cycle" % "camunda-cycle" % "3.1.0"
[org.camunda.bpm.cycle/camunda-cycle "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.mail : mail | jar | 1.4.1 |
| javax.servlet : servlet-api | jar | 2.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.easytesting : fest-assert-core | jar | 2.0M10 |
| org.kubek2k : springockito-annotations | jar | 1.0.8 |
| org.springframework : spring-test | jar | 3.1.2.RELEASE |
| com.h2database : h2 | jar | 1.3.168 |
| org.subethamail : subethasmtp-wiser | jar | 1.2 |
| xmlunit : xmlunit | jar | 1.5 |
| org.camunda.bpm : camunda-engine | jar | 7.2.0-alpha5 |
| org.assertj : assertj-core | jar | 1.4.0 |