How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb</artifactId>
<version>3.2.16</version>
</dependency>
Choose a version of com.orientechnologies : orientdb to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
orientdb-3.2.16
|
||
orientdb-3.2.15
|
|||
orientdb-3.2.14
|
|||
orientdb-3.2.13
|
|||
orientdb-3.2.12
|
|||
orientdb-3.2.11
|
|||
orientdb-3.2.10
|
|||
orientdb-3.2.9
|
|||
orientdb-3.2.8
|
|||
orientdb-3.2.7
|
|||
3.1.x |
orientdb-3.1.20
|
||
orientdb-3.1.19
|
|||
orientdb-3.1.18
|
|||
orientdb-3.1.17
|
|||
3.0.x |
orientdb-3.0.44
|
||
orientdb-3.0.43
|
|||
orientdb-3.0.42
|
|||
1.5.x |
orientdb-1.5.1
|
||
orientdb-1.5.0
|
|||
1.4.x |
orientdb-1.4.1
|
||
orientdb-1.4.0
|
|||
1.3.x |
orientdb-1.3.0
|
||
1.2.x |
orientdb-1.2.0
|
||
1.1.x |
orientdb-1.1.0
|
||
1.0.x |
orientdb-1.0.1
|
||
1.0 |
orientdb-1.0
|
||
1.0rc9 |
orientdb-1.0rc9
|
POM as dependency in dependencyManagement
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb</artifactId>
<version>3.2.16</version>
</dependency>
Advertisement