License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdorg.camunda.community |
ArtifactId | ArtifactIdcommunity-hub-release-parent |
Last Version | Last Version1.2.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptioncamunda 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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
community-hub-release-parent-1.2.2.pom | 7 KB |
Browse |
<!-- 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"]