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