How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>dropwizard-extra</artifactId>
<version>0.9.2-1</version>
</dependency>
Choose a version of com.github.vivekkothari : dropwizard-extra to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
dropwizard-extra-0.9.2-1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>dropwizard-extra</artifactId>
<version>0.9.2-1</version>
</dependency>
Advertisement