How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>io.dropwizard.metrics.okhttp</groupId>
<artifactId>metrics-okhttp-parent</artifactId>
<version>0.5.0-rc.1</version>
</dependency>
Choose a version of io.dropwizard.metrics.okhttp : metrics-okhttp-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5.x |
metrics-okhttp-parent-0.5.0-rc.1
|
POM as dependency in dependencyManagement
<dependency>
<groupId>io.dropwizard.metrics.okhttp</groupId>
<artifactId>metrics-okhttp-parent</artifactId>
<version>0.5.0-rc.1</version>
</dependency>
Advertisement