is not current version
Last Version 4

org.ow2.petals:petals-plugins-maven 3


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-plugins-maven
Version

Version

3
Type

Type

pom

Download petals-plugins-maven 3


<!-- https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins-maven/ -->
<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-plugins-maven</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins-maven/
implementation 'org.ow2.petals:petals-plugins-maven:3'
// https://jarcasting.com/artifacts/org.ow2.petals/petals-plugins-maven/
implementation ("org.ow2.petals:petals-plugins-maven:3")
'org.ow2.petals:petals-plugins-maven:pom:3'
<dependency org="org.ow2.petals" name="petals-plugins-maven" rev="3">
  <artifact name="petals-plugins-maven" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ow2.petals', module='petals-plugins-maven', version='3')
)
libraryDependencies += "org.ow2.petals" % "petals-plugins-maven" % "3"
[org.ow2.petals/petals-plugins-maven "3"]