How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.xslt</groupId>
<artifactId>petals-xslt-parent</artifactId>
<version>2.10.0-1.0.0</version>
</dependency>
Choose a version of org.ow2.petals.samples.xslt : petals-xslt-parent to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.10.x |
petals-xslt-parent-2.10.0-1.0.0
|
||
2.9.x |
petals-xslt-parent-2.9.0-1.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples.xslt</groupId>
<artifactId>petals-xslt-parent</artifactId>
<version>2.10.0-1.0.0</version>
</dependency>
Advertisement