is not current version
Last Version 2

org.objectweb.petals:petals-plugins-maven 1


Categories

Categories

Maven Build Tools
GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-plugins-maven
Version

Version

1
Type

Type

pom

Download petals-plugins-maven 1


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