How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.meltmedia.dropwizard</groupId>
<artifactId>dropwizard-jest-multicast-parent</artifactId>
<version>1.2.1</version>
</dependency>
Choose a version of com.meltmedia.dropwizard : dropwizard-jest-multicast-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
dropwizard-jest-multicast-parent-1.2.1
|
||
dropwizard-jest-multicast-parent-1.2.0
|
|||
1.1.x |
dropwizard-jest-multicast-parent-1.1.0
|
||
1.0.x |
dropwizard-jest-multicast-parent-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.meltmedia.dropwizard</groupId>
<artifactId>dropwizard-jest-multicast-parent</artifactId>
<version>1.2.1</version>
</dependency>
Advertisement