How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-runtimes</artifactId>
<version>0.2.1</version>
</dependency>
Choose a version of org.microshed.boost : boost-runtimes to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.2.x |
boost-runtimes-0.2.1
|
||
boost-runtimes-0.2.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.microshed.boost</groupId>
<artifactId>boost-runtimes</artifactId>
<version>0.2.1</version>
</dependency>
Advertisement