| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииUnity Прикладные библиотеки Game Development |
| Группа | Группаorg.camunda.community |
| Идентификатор | Идентификаторcommunity-hub-release-parent |
| Последняя версия | Последняя версия1.2.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcamunda community hub - Release Parent Pom
This pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| community-hub-release-parent-1.2.2.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.camunda.community/community-hub-release-parent/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/community-hub-release-parent/
implementation 'org.camunda.community:community-hub-release-parent:1.2.2'
// https://jarcasting.com/artifacts/org.camunda.community/community-hub-release-parent/
implementation ("org.camunda.community:community-hub-release-parent:1.2.2")
'org.camunda.community:community-hub-release-parent:pom:1.2.2'
<dependency org="org.camunda.community" name="community-hub-release-parent" rev="1.2.2">
<artifact name="community-hub-release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='community-hub-release-parent', version='1.2.2')
)
libraryDependencies += "org.camunda.community" % "community-hub-release-parent" % "1.2.2"
[org.camunda.community/community-hub-release-parent "1.2.2"]