How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>network.oxalis.vefa</groupId>
<artifactId>vefa-peppol</artifactId>
<version>3.2.0</version>
</dependency>
Choose a version of network.oxalis.vefa : vefa-peppol to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.2.x |
vefa-peppol-3.2.0
|
||
3.1.x |
vefa-peppol-3.1.0
|
||
3.0.x |
vefa-peppol-3.0.0-RC1
|
||
vefa-peppol-3.0.0
|
|||
2.5.x |
vefa-peppol-2.5.0
|
||
2.4.x |
vefa-peppol-2.4.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>network.oxalis.vefa</groupId>
<artifactId>vefa-peppol</artifactId>
<version>3.2.0</version>
</dependency>
Advertisement