How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotify</groupId>
<artifactId>folsom-bom</artifactId>
<version>1.16.1</version>
</dependency>
Choose a version of com.spotify : folsom-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.16.x |
folsom-bom-1.16.1
|
||
folsom-bom-1.16.0
|
|||
1.15.x |
folsom-bom-1.15.1
|
||
folsom-bom-1.15.0
|
|||
1.14.x |
folsom-bom-1.14.0
|
||
1.13.x |
folsom-bom-1.13.1
|
||
folsom-bom-1.13.0
|
|||
1.12.x |
folsom-bom-1.12.1
|
||
folsom-bom-1.12.0
|
|||
1.11.x |
folsom-bom-1.11.0
|
||
1.10.x |
folsom-bom-1.10.0
|
||
1.9.x |
folsom-bom-1.9.4
|
||
folsom-bom-1.9.3
|
|||
folsom-bom-1.9.2
|
|||
folsom-bom-1.9.0
|
|||
1.8.x |
folsom-bom-1.8.0
|
||
1.7.x |
folsom-bom-1.7.4
|
||
folsom-bom-1.7.3
|
|||
folsom-bom-1.7.2
|
|||
folsom-bom-1.7.1
|
|||
folsom-bom-1.7.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.spotify</groupId>
<artifactId>folsom-bom</artifactId>
<version>1.16.1</version>
</dependency>
Advertisement