The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).
'org.dashbuilder:dashbuilder-displayer-screen:0.3.2.Final'
<dependency>
<groupId>org.dashbuilder</groupId>
<artifactId>dashbuilder-displayer-screen</artifactId>
<version>0.3.2.Final</version>
</dependency>
<dependency org="org.dashbuilder" name="dashbuilder-displayer-screen" rev="0.3.2.Final"/>
"org.dashbuilder", "dashbuilder-displayer-screen", "0.3.2.Final"