MVN

io.dropwizard-bundles : parent-pom

Maven & Gradle

Jul 13, 2018
0 stars

Dropwizard Bundles parent pom · The parent pom for all Dropwizard Bundles projects.

<dependency>
    <groupId>io.dropwizard-bundles</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.dropwizard-bundles : parent-pom to add to Maven - Latest Versions:

  • Latest Stable: 1.3.5

All Versions

Choose a version of io.dropwizard-bundles : parent-pom to add to Maven - All Versions:

Version Vulnerabilities Updated
1.3.x
parent-pom-1.3.5
1.2.x
parent-pom-1.2.2
1.1.x
parent-pom-1.1.4
1.0.x
parent-pom-1.0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.dropwizard-bundles</groupId>
    <artifactId>parent-pom</artifactId>
    <version>1.3.5</version>
</dependency>

Advertisement