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