This pom defines the modules that make up the build. The parent pom for all camunda BPM projects can be found in the parent directory relative to this file.
'org.camunda.bpm:camunda-root:7.3.0'
<dependency>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-root</artifactId>
<version>7.3.0</version>
</dependency>
<dependency org="org.camunda.bpm" name="camunda-root" rev="7.3.0"/>
"org.camunda.bpm", "camunda-root", "7.3.0"