| Categories | CategoriesJBoss Container Application Servers | 
|---|---|
| GroupId | GroupIdorg.camunda.bpm.webapp | 
| ArtifactId | ArtifactIdcamunda-webapp-jboss | 
| Version | Version7.2.0-alpha1 | 
| Type | Typewar | 
| Filename | Size | 
|---|---|
| camunda-webapp-jboss-7.2.0-alpha1.pom | |
| camunda-webapp-jboss-7.2.0-alpha1.war | 8 MB | 
| camunda-webapp-jboss-7.2.0-alpha1-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-alpha1</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-alpha1'// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp-jboss/
implementation ("org.camunda.bpm.webapp:camunda-webapp-jboss:7.2.0-alpha1")'org.camunda.bpm.webapp:camunda-webapp-jboss:war:7.2.0-alpha1'<dependency org="org.camunda.bpm.webapp" name="camunda-webapp-jboss" rev="7.2.0-alpha1">
  <artifact name="camunda-webapp-jboss" type="war" />
</dependency>@Grapes(
@Grab(group='org.camunda.bpm.webapp', module='camunda-webapp-jboss', version='7.2.0-alpha1')
)libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp-jboss" % "7.2.0-alpha1"[org.camunda.bpm.webapp/camunda-webapp-jboss "7.2.0-alpha1"]