MVN

org.ow2.petals : petals-plugins

Maven & Gradle

Feb 06, 2008

Petals Plugins

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-plugins</artifactId>
    <version>5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.petals : petals-plugins to add to Maven - Latest Versions:

  • Latest Stable: 5

All Versions

Choose a version of org.ow2.petals : petals-plugins to add to Maven - All Versions:

Version Vulnerabilities Updated
5
petals-plugins-5
4
petals-plugins-4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-plugins</artifactId>
    <version>5</version>
</dependency>

Advertisement