How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>bigmap-bom</artifactId>
<version>1.0.15</version>
</dependency>
Choose a version of com.fizzed : bigmap-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
bigmap-bom-1.0.15
|
||
bigmap-bom-1.0.14
|
|||
bigmap-bom-1.0.13
|
|||
bigmap-bom-1.0.12
|
|||
bigmap-bom-1.0.11
|
|||
bigmap-bom-1.0.10
|
|||
bigmap-bom-1.0.9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>bigmap-bom</artifactId>
<version>1.0.15</version>
</dependency>
Advertisement