How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>net.onelitefeather.microtus</groupId>
<artifactId>bom</artifactId>
<version>1.4.2</version>
</dependency>
Choose a version of net.onelitefeather.microtus : bom to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
bom-1.4.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>net.onelitefeather.microtus</groupId>
<artifactId>bom</artifactId>
<version>1.4.2</version>
</dependency>
Advertisement