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