How to add a POM dependency to Maven
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples</groupId>
<artifactId>petals-samples-zip</artifactId>
<version>5.3.0</version>
</dependency>
Choose a version of org.ow2.petals.samples : petals-samples-zip to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
5.3.x |
petals-samples-zip-5.3.0
|
||
5.2.x |
petals-samples-zip-5.2.0
|
||
5.1.x |
petals-samples-zip-5.1.0
|
||
5.0.x |
petals-samples-zip-5.0.0
|
POM as dependency in dependencyManagement
<dependency>
<groupId>org.ow2.petals.samples</groupId>
<artifactId>petals-samples-zip</artifactId>
<version>5.3.0</version>
</dependency>
Advertisement