| Группа | Группаorg.camunda.bpm.webapp |
|---|---|
| Идентификатор | Идентификаторcamunda-webapp |
| Версия | Версия7.2.0-alpha1 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| camunda-webapp-7.2.0-alpha1.pom | |
| camunda-webapp-7.2.0-alpha1.war | 8 MB |
| camunda-webapp-7.2.0-alpha1-sources.jar | 65 KB |
| camunda-webapp-7.2.0-alpha1-javadoc.jar | 418 KB |
| camunda-webapp-7.2.0-alpha1-classes.jar | 85 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp/ -->
<dependency>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp</artifactId>
<version>7.2.0-alpha1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp/
implementation 'org.camunda.bpm.webapp:camunda-webapp:7.2.0-alpha1'
// https://jarcasting.com/artifacts/org.camunda.bpm.webapp/camunda-webapp/
implementation ("org.camunda.bpm.webapp:camunda-webapp:7.2.0-alpha1")
'org.camunda.bpm.webapp:camunda-webapp:war:7.2.0-alpha1'
<dependency org="org.camunda.bpm.webapp" name="camunda-webapp" rev="7.2.0-alpha1">
<artifact name="camunda-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.camunda.bpm.webapp', module='camunda-webapp', version='7.2.0-alpha1')
)
libraryDependencies += "org.camunda.bpm.webapp" % "camunda-webapp" % "7.2.0-alpha1"
[org.camunda.bpm.webapp/camunda-webapp "7.2.0-alpha1"]