How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.oc-soft</groupId>
<artifactId>oc-matrix</artifactId>
<version>0.1.2</version>
</dependency>
Choose a version of com.github.oc-soft : oc-matrix to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.1.x |
oc-matrix-0.1.2
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.github.oc-soft</groupId>
<artifactId>oc-matrix</artifactId>
<version>0.1.2</version>
</dependency>
Advertisement