How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>occurrent-bom</artifactId>
<version>0.16.7</version>
</dependency>
Choose a version of org.occurrent : occurrent-bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.16.x |
occurrent-bom-0.16.7
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.occurrent</groupId>
<artifactId>occurrent-bom</artifactId>
<version>0.16.7</version>
</dependency>
Advertisement