MVN

org.ow2.petals : petals-ant

Maven & Gradle

Apr 13, 2023
6 usages

Petals ESB - Client tools - Ant tasks

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

Latest Version

Choose a version of org.ow2.petals : petals-ant to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.0
  • Latest Beta: 1.4-beta1

All Versions

Choose a version of org.ow2.petals : petals-ant to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
petals-ant-2.9.0
2.8.x
petals-ant-2.8.0
2.7.x
petals-ant-2.7.0
2.6.x
petals-ant-2.6.1
petals-ant-2.6.0
2.5.x
petals-ant-2.5.0
2.4.x
petals-ant-2.4.0
2.1.x
petals-ant-2.1.4
petals-ant-2.1.3
petals-ant-2.1.2
petals-ant-2.1.1
2.1
petals-ant-2.1
2.0
petals-ant-2.0
1.4
petals-ant-1.4-beta1
1.3.x
petals-ant-1.3.8
petals-ant-1.3.7
petals-ant-1.3.6
petals-ant-1.3.5
petals-ant-1.3.4

How to add a dependency to Maven

Add the following org.ow2.petals : petals-ant maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-ant</artifactId>
    <version>2.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.petals : petals-ant gradle dependency to your build.gradle file:

implementation 'org.ow2.petals:petals-ant:2.9.0'

Gradle Kotlin DSL: Add the following org.ow2.petals : petals-ant gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.petals:petals-ant:2.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.petals : petals-ant sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.petals" % "petals-ant" % "2.9.0"

Advertisement