is not current version
Last Version 3.1.3

org.ow2.petals:petals-kernel 3.0.5


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-kernel
Version

Version

3.0.5
Type

Type

jar

Download petals-kernel 3.0.5


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