| License | License | 
|---|---|
| Categories | CategoriesJBoss Container Application Servers | 
| GroupId | GroupIdorg.camunda.bpm.webapp | 
| ArtifactId | ArtifactIdcamunda-webapp-jboss | 
| Version | Version7.2.0-alpha2 | 
| Type | Typewar | 
| Description | Descriptioncamunda BPM - webapp - JBoss This pom is the parent of all camunda BPM platform projects | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| camunda-webapp-jboss-7.2.0-alpha2.pom | |
| camunda-webapp-jboss-7.2.0-alpha2.war | 10 MB | 
| camunda-webapp-jboss-7.2.0-alpha2-sources.jar | 473 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-jboss/ -->
<dependency>
    <groupId>org.camunda.bpm.webapp</groupId>
    <artifactId>camunda-webapp-jboss</artifactId>
    <version>7.2.0-alpha2</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-jboss/
implementation 'org.camunda.bpm.webapp:camunda-webapp-jboss:7.2.0-alpha2'// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-jboss/
implementation ("org.camunda.bpm.webapp:camunda-webapp-jboss:7.2.0-alpha2")'org.camunda.bpm.webapp:camunda-webapp-jboss:war:7.2.0-alpha2'<dependency org="org.camunda.bpm.webapp" name="camunda-webapp-jboss" rev="7.2.0-alpha2">
  <artifact name="camunda-webapp-jboss" type="war" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.webapp', module='camunda-webapp-jboss', version='7.2.0-alpha2')
)libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp-jboss" % "7.2.0-alpha2"[org.camunda.bpm.webapp/camunda-webapp-jboss "7.2.0-alpha2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.camunda.bpm.webapp : camunda-webapp | war | 7.2.0-alpha2 |