| Categories |
CategoriesTomcat Container Application Servers |
|---|---|
| GroupId | GroupIdorg.camunda.bpm.cycle |
| ArtifactId | ArtifactIdcamunda-cycle-tomcat |
| Version | Version3.0.0 |
| Type | Typewar |
| Filename | Size |
|---|---|
| camunda-cycle-tomcat-3.0.0.pom | |
| camunda-cycle-tomcat-3.0.0.war | 29 MB |
| camunda-cycle-tomcat-3.0.0-sources.jar | 943 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle-tomcat/ -->
<dependency>
<groupId>org.camunda.bpm.cycle</groupId>
<artifactId>camunda-cycle-tomcat</artifactId>
<version>3.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle-tomcat/
implementation 'org.camunda.bpm.cycle:camunda-cycle-tomcat:3.0.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.cycle/camunda-cycle-tomcat/
implementation ("org.camunda.bpm.cycle:camunda-cycle-tomcat:3.0.0")
'org.camunda.bpm.cycle:camunda-cycle-tomcat:war:3.0.0'
<dependency org="org.camunda.bpm.cycle" name="camunda-cycle-tomcat" rev="3.0.0">
<artifact name="camunda-cycle-tomcat" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.cycle', module='camunda-cycle-tomcat', version='3.0.0')
)
libraryDependencies += "org.camunda.bpm.cycle" % "camunda-cycle-tomcat" % "3.0.0"
[org.camunda.bpm.cycle/camunda-cycle-tomcat "3.0.0"]