How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.addthis.metrics</groupId>
<artifactId>reporter-config-parent</artifactId>
<version>3.2.2</version>
</dependency>
Choose a version of com.addthis.metrics : reporter-config-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
reporter-config-parent-3.2.2
|
||
reporter-config-parent-3.2.1
|
|||
reporter-config-parent-3.2.0
|
|||
3.1.x |
reporter-config-parent-3.1.0
|
||
3.0.x |
reporter-config-parent-3.0.3
|
||
reporter-config-parent-3.0.2
|
|||
reporter-config-parent-3.0.1
|
|||
reporter-config-parent-3.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.addthis.metrics</groupId>
<artifactId>reporter-config-parent</artifactId>
<version>3.2.2</version>
</dependency>
Advertisement