How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ligoj.app</groupId>
<artifactId>root</artifactId>
<version>3.2.3</version>
</dependency>
Choose a version of org.ligoj.app : root to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
root-3.2.3
|
||
root-3.2.2
|
|||
root-3.2.1
|
|||
root-3.2.0
|
|||
3.1.x |
root-3.1.2
|
||
root-3.1.1
|
|||
root-3.1.0
|
|||
3.0.x |
root-3.0.7
|
||
root-3.0.6
|
|||
root-3.0.4
|
|||
root-3.0.3
|
|||
root-3.0.2
|
|||
root-3.0.1
|
|||
root-3.0.0
|
|||
2.0.x |
root-2.0.0
|
||
1.8.x |
root-1.8.0
|
||
1.7.x |
root-1.7.12
|
||
root-1.7.11
|
|||
root-1.7.10
|
|||
root-1.7.9
|
|||
root-1.7.8
|
|||
root-1.7.7
|
|||
root-1.7.6
|
|||
root-1.7.5
|
|||
root-1.7.4
|
|||
root-1.7.3
|
|||
root-1.7.2
|
|||
root-1.7.1
|
|||
root-1.7.0
|
|||
1.6.x |
root-1.6.13
|
||
root-1.6.12
|
|||
root-1.6.10
|
|||
root-1.6.9
|
|||
root-1.6.8
|
|||
root-1.6.7
|
|||
root-1.6.6
|
|||
root-1.6.3
|
|||
root-1.6.1
|
|||
root-1.6.0
|
|||
1.5.x |
root-1.5.1
|
||
root-1.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ligoj.app</groupId>
<artifactId>root</artifactId>
<version>3.2.3</version>
</dependency>
Advertisement