How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ligoj.parent</groupId>
<artifactId>maven-plugin</artifactId>
<version>17.0.0</version>
</dependency>
Choose a version of org.ligoj.parent : maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
17.0.x |
maven-plugin-17.0.0
|
||
16.0.x |
maven-plugin-16.0.0
|
||
15.0.x |
maven-plugin-15.0.1
|
||
14.0.x |
maven-plugin-14.0.1
|
||
maven-plugin-14.0.0
|
|||
13.0.x |
maven-plugin-13.0.0
|
||
11.0.x |
maven-plugin-11.0.6
|
||
maven-plugin-11.0.5
|
|||
maven-plugin-11.0.4
|
|||
maven-plugin-11.0.3
|
|||
10.0.x |
maven-plugin-10.0.5
|
||
maven-plugin-10.0.4
|
|||
maven-plugin-10.0.3
|
|||
maven-plugin-10.0.2
|
|||
maven-plugin-10.0.0
|
|||
4.6.x |
maven-plugin-4.6.0
|
||
4.5.x |
maven-plugin-4.5.2
|
||
maven-plugin-4.5.1
|
|||
maven-plugin-4.5.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ligoj.parent</groupId>
<artifactId>maven-plugin</artifactId>
<version>17.0.0</version>
</dependency>
Advertisement