MVN

org.ow2.petals : petals-core

Maven & Gradle

Feb 06, 2008

Petals Core

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

Latest Version

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

  • Latest Stable: 8

All Versions

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

Version Vulnerabilities Updated
8
petals-core-8
7
petals-core-7

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement