MVN

org.dashbuilder : dashbuilder-parent-with-dependencies

Maven & Gradle

Oct 22, 2014
185 stars

Dashbuilder Parent With Dependencies · The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).

<dependency>
    <groupId>org.dashbuilder</groupId>
    <artifactId>dashbuilder-parent-with-dependencies</artifactId>
    <version>0.1.4.CR2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dashbuilder : dashbuilder-parent-with-dependencies to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4.CR2
  • Latest Alpha: 0.1.4.Alpha1

All Versions

Choose a version of org.dashbuilder : dashbuilder-parent-with-dependencies to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
dashbuilder-parent-with-dependencies-0.1.4.CR2
dashbuilder-parent-with-dependencies-0.1.4.CR1
dashbuilder-parent-with-dependencies-0.1.4.Alpha1
dashbuilder-parent-with-dependencies-0.1.3.Final
dashbuilder-parent-with-dependencies-0.1.2.Final
dashbuilder-parent-with-dependencies-0.1.1.Final
dashbuilder-parent-with-dependencies-0.1.0.Final

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.dashbuilder</groupId>
    <artifactId>dashbuilder-parent-with-dependencies</artifactId>
    <version>0.1.4.CR2</version>
</dependency>