is not current version
Last Version 3

org.objectweb.petals:petals-plugins 1


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-plugins
Version

Version

1
Type

Type

pom

Download petals-plugins 1

Filename Size
petals-plugins-1.pom 2 KB
Browse

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