MVN

org.ow2.petals : petals-ws

Maven & Gradle

Jan 31, 2008

PEtALS Web Services modules · PEtALS Web Services modules, related tools and libraries for WebService manipulation

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

Latest Version

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

  • Latest Stable: 1

All Versions

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

Version Vulnerabilities Updated
1
petals-ws-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-ws</artifactId>
    <version>1</version>
</dependency>

Advertisement