MVN

org.camunda.community : community-hub-release-parent

Maven & Gradle

Aug 24, 2023
4 stars

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.

<dependency>
    <groupId>org.camunda.community</groupId>
    <artifactId>community-hub-release-parent</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.camunda.community : community-hub-release-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of org.camunda.community : community-hub-release-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
community-hub-release-parent-1.4.3
community-hub-release-parent-1.4.2
community-hub-release-parent-1.4.1
community-hub-release-parent-1.4.0
1.3.x
community-hub-release-parent-1.3.1
community-hub-release-parent-1.3.0
1.2.x
community-hub-release-parent-1.2.2
community-hub-release-parent-1.2.1
community-hub-release-parent-1.2.0
1.1.x
community-hub-release-parent-1.1.0.ss01
community-hub-release-parent-1.1.0
1.0.x
community-hub-release-parent-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.camunda.community</groupId>
    <artifactId>community-hub-release-parent</artifactId>
    <version>1.4.3</version>
</dependency>