is not current version
Last Version 6

org.objectweb.petals:petals-tools 4


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-tools
Version

Version

4
Type

Type

pom

Download petals-tools 4

Filename Size
petals-tools-4.pom 1 KB
Browse

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