How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.justcoke</groupId>
<artifactId>dropwizard-jcr-parent</artifactId>
<version>0.2.3</version>
</dependency>
Choose a version of com.github.justcoke : dropwizard-jcr-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
dropwizard-jcr-parent-1.1.0-rc4
|
||
0.2.x |
dropwizard-jcr-parent-0.2.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.justcoke</groupId>
<artifactId>dropwizard-jcr-parent</artifactId>
<version>0.2.3</version>
</dependency>
Advertisement