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