GroupId | GroupIdorg.camunda.bpm.webapp |
---|---|
ArtifactId | ArtifactIdcamunda-webapp |
Version | Version7.10.0 |
Type | Typewar |
Filename | Size |
---|---|
camunda-webapp-7.10.0.pom | |
camunda-webapp-7.10.0.war | 7 MB |
camunda-webapp-7.10.0-test-sources.jar | 65 KB |
camunda-webapp-7.10.0-sources.jar | 151 KB |
camunda-webapp-7.10.0-javadoc.jar | 1 MB |
camunda-webapp-7.10.0-classes.jar | 179 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp/ -->
<dependency>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp</artifactId>
<version>7.10.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp/
implementation 'org.camunda.bpm.webapp:camunda-webapp:7.10.0'
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp/
implementation ("org.camunda.bpm.webapp:camunda-webapp:7.10.0")
'org.camunda.bpm.webapp:camunda-webapp:war:7.10.0'
<dependency org="org.camunda.bpm.webapp" name="camunda-webapp" rev="7.10.0">
<artifact name="camunda-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.webapp', module='camunda-webapp', version='7.10.0')
)
libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp" % "7.10.0"
[org.camunda.bpm.webapp/camunda-webapp "7.10.0"]