How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-bom</artifactId>
<version>1.2.0</version>
</dependency>
Choose a version of com.spotify.metrics : semantic-metrics-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
semantic-metrics-bom-1.2.0
|
||
1.1.x |
semantic-metrics-bom-1.1.11
|
||
semantic-metrics-bom-1.1.10
|
|||
semantic-metrics-bom-1.1.8
|
|||
semantic-metrics-bom-1.1.7
|
|||
semantic-metrics-bom-1.1.6
|
|||
semantic-metrics-bom-1.1.5
|
|||
semantic-metrics-bom-1.1.4
|
|||
semantic-metrics-bom-1.1.3
|
|||
semantic-metrics-bom-1.1.2
|
|||
semantic-metrics-bom-1.1.1
|
|||
semantic-metrics-bom-1.1.0
|
|||
1.0.x |
semantic-metrics-bom-1.0.7
|
||
semantic-metrics-bom-1.0.6
|
|||
semantic-metrics-bom-1.0.5
|
|||
semantic-metrics-bom-1.0.4
|
|||
semantic-metrics-bom-1.0.3
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotify.metrics</groupId>
<artifactId>semantic-metrics-bom</artifactId>
<version>1.2.0</version>
</dependency>
Advertisement