is not current version
Last Version 8

org.ow2.petals:petals-core 7


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-core
Version

Version

7
Type

Type

pom

Download petals-core 7

Filename Size
petals-core-7.pom 1 KB
Browse

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