MVN

org.ow2.petals : petals-platform

Maven & Gradle

Jul 25, 2011

petals-platform

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

Latest Version

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

  • Latest Stable: 3.1.3
  • Latest Beta: 2.1-beta1

All Versions

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

Version Vulnerabilities Updated
3.1.x
petals-platform-3.1.3
petals-platform-3.1.2
petals-platform-3.1.1
3.1
petals-platform-3.1
3.0.x
petals-platform-3.0.6
petals-platform-3.0.5
petals-platform-3.0.3
petals-platform-3.0.2
petals-platform-3.0.1
3.0
petals-platform-3.0
2.4
petals-platform-2.4
2.3
petals-platform-2.3
2.1.x
petals-platform-2.1.2
2.1
petals-platform-2.1-beta1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-platform</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ow2.petals:petals-platform:3.1.3'

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

implementation("org.ow2.petals:petals-platform:3.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ow2.petals" % "petals-platform" % "3.1.3"