is not current version
Last Version 1.2.2

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

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.

Categories

Categories

Unity Business Logic Libraries Game Development
GroupId

GroupId

org.camunda.community
ArtifactId

ArtifactId

community-hub-release-parent
Version

Version

1.2.1
Type

Type

pom

Download community-hub-release-parent 1.2.1


<!-- 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.1</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.1'
// https://jarcasting.com/artifacts/org.camunda.community/community-hub-release-parent/
implementation ("org.camunda.community:community-hub-release-parent:1.2.1")
'org.camunda.community:community-hub-release-parent:pom:1.2.1'
<dependency org="org.camunda.community" name="community-hub-release-parent" rev="1.2.1">
  <artifact name="community-hub-release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='community-hub-release-parent', version='1.2.1')
)
libraryDependencies += "org.camunda.community" % "community-hub-release-parent" % "1.2.1"
[org.camunda.community/community-hub-release-parent "1.2.1"]