| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.camunda.consulting.webapp.plugin |
| Идентификатор | Идентификаторcamunda-webapp-plugin-parent |
| Версия | Версия7.6.0 |
| Тип | Типpom |
| Описание |
ОписаниеThis pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| camunda-webapp-plugin-parent-7.6.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.camunda.consulting.webapp.plugin/camunda-webapp-plugin-parent/ -->
<dependency>
<groupId>com.camunda.consulting.webapp.plugin</groupId>
<artifactId>camunda-webapp-plugin-parent</artifactId>
<version>7.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.camunda.consulting.webapp.plugin/camunda-webapp-plugin-parent/
implementation 'com.camunda.consulting.webapp.plugin:camunda-webapp-plugin-parent:7.6.0'
// https://jarcasting.com/artifacts/com.camunda.consulting.webapp.plugin/camunda-webapp-plugin-parent/
implementation ("com.camunda.consulting.webapp.plugin:camunda-webapp-plugin-parent:7.6.0")
'com.camunda.consulting.webapp.plugin:camunda-webapp-plugin-parent:pom:7.6.0'
<dependency org="com.camunda.consulting.webapp.plugin" name="camunda-webapp-plugin-parent" rev="7.6.0">
<artifact name="camunda-webapp-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.camunda.consulting.webapp.plugin', module='camunda-webapp-plugin-parent', version='7.6.0')
)
libraryDependencies += "com.camunda.consulting.webapp.plugin" % "camunda-webapp-plugin-parent" % "7.6.0"
[com.camunda.consulting.webapp.plugin/camunda-webapp-plugin-parent "7.6.0"]