MVN

org.ow2.petals : petals-tools

Maven & Gradle

Feb 06, 2008

Petals Tools

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

Latest Version

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

  • Latest Stable: 8

All Versions

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

Version Vulnerabilities Updated
8
petals-tools-8
7
petals-tools-7

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-tools</artifactId>
    <version>8</version>
</dependency>

Advertisement