MVN

org.objectweb.petals : petals-ant

Maven & Gradle

Jan 10, 2008
4 usages

Petals Platform :: Ant

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

Latest Version

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

  • Latest Stable: 1.3.2
  • Latest Beta: 1.3-beta

All Versions

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

Version Vulnerabilities Updated
1.3.x
petals-ant-1.3.2
petals-ant-1.3.1
1.3
petals-ant-1.3
petals-ant-1.3-beta
1.2
petals-ant-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-ant</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.objectweb.petals:petals-ant:1.3.2'

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

implementation("org.objectweb.petals:petals-ant:1.3.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.objectweb.petals" % "petals-ant" % "1.3.2"