How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>pfabulist-parent</artifactId>
<version>4.0.1</version>
</dependency>
Choose a version of de.pfabulist : pfabulist-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
pfabulist-parent-4.0.1
|
||
4.0 |
pfabulist-parent-4.0
|
||
3.2.x |
pfabulist-parent-3.2.6
|
||
pfabulist-parent-3.2.3
|
|||
pfabulist-parent-3.2.2
|
|||
pfabulist-parent-3.2.1
|
|||
3.2 |
pfabulist-parent-3.2
|
||
3.1 |
pfabulist-parent-3.1
|
||
3.0 |
pfabulist-parent-3.0
|
||
2.2.x |
pfabulist-parent-2.2.4
|
||
pfabulist-parent-2.2.3
|
|||
pfabulist-parent-2.2.2
|
|||
pfabulist-parent-2.2.1
|
|||
2.2 |
pfabulist-parent-2.2
|
||
2.1.x |
pfabulist-parent-2.1.2
|
||
pfabulist-parent-2.1.1
|
|||
2.0 |
pfabulist-parent-2.0
|
||
1.1.x |
pfabulist-parent-1.1.1
|
||
1.1 |
pfabulist-parent-1.1
|
||
1.0 |
pfabulist-parent-1.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>de.pfabulist</groupId>
<artifactId>pfabulist-parent</artifactId>
<version>4.0.1</version>
</dependency>
Advertisement