| License |
License |
|---|---|
| GroupId | GroupIdorg.camunda |
| ArtifactId | ArtifactIdcamunda-release-parent |
| Last Version | Last Version3.9.1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncamunda - Release Parent Pom
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.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| camunda-release-parent-3.9.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.camunda/camunda-release-parent/ -->
<dependency>
<groupId>org.camunda</groupId>
<artifactId>camunda-release-parent</artifactId>
<version>3.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda/camunda-release-parent/
implementation 'org.camunda:camunda-release-parent:3.9.1'
// https://jarcasting.com/artifacts/org.camunda/camunda-release-parent/
implementation ("org.camunda:camunda-release-parent:3.9.1")
'org.camunda:camunda-release-parent:pom:3.9.1'
<dependency org="org.camunda" name="camunda-release-parent" rev="3.9.1">
<artifact name="camunda-release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda', module='camunda-release-parent', version='3.9.1')
)
libraryDependencies += "org.camunda" % "camunda-release-parent" % "3.9.1"
[org.camunda/camunda-release-parent "3.9.1"]