Files download
File Operation
petals-parent-14.pom download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-parent</artifactId>
  <version>14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-parent:14'
Gradle Kotlin
implementation("org.ow2.petals:petals-parent:14")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-parent" % "14"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-parent', version='14')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-parent" rev="14" />
Leiningen
[org.ow2.petals/petals-parent "14"]
Apache Buildr
'org.ow2.petals:petals-parent:jar:14'