How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>orient</artifactId>
<version>0.3.0</version>
</dependency>
Choose a version of org.ops4j : orient to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.3.x |
orient-0.3.0
|
||
0.2.x |
orient-0.2.0
|
||
0.1.x |
orient-0.1.0
|
||
orient |
orient-orient-spring-tx
|
||
orient-orient-samples
|
|||
orient-orient-rar
|
|||
orient-orient-ra-api
|
|||
orient-orient-ra
|
|||
itest |
orient-itest
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ops4j</groupId>
<artifactId>orient</artifactId>
<version>0.3.0</version>
</dependency>
Advertisement