| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.camunda.spin |
| Идентификатор | Идентификаторcamunda-spin-parent |
| Версия | Версия1.0.0-alpha5 |
| Тип | Типpom |
| Описание |
Описаниеcamunda Spin - parent
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-spin-parent-1.0.0-alpha5.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.spin/camunda-spin-parent/ -->
<dependency>
<groupId>org.camunda.spin</groupId>
<artifactId>camunda-spin-parent</artifactId>
<version>1.0.0-alpha5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.spin/camunda-spin-parent/
implementation 'org.camunda.spin:camunda-spin-parent:1.0.0-alpha5'
// https://jarcasting.com/artifacts/org.camunda.spin/camunda-spin-parent/
implementation ("org.camunda.spin:camunda-spin-parent:1.0.0-alpha5")
'org.camunda.spin:camunda-spin-parent:pom:1.0.0-alpha5'
<dependency org="org.camunda.spin" name="camunda-spin-parent" rev="1.0.0-alpha5">
<artifact name="camunda-spin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.spin', module='camunda-spin-parent', version='1.0.0-alpha5')
)
libraryDependencies += "org.camunda.spin" % "camunda-spin-parent" % "1.0.0-alpha5"
[org.camunda.spin/camunda-spin-parent "1.0.0-alpha5"]