is not current version
Last Version 3.1.3

org.ow2.petals:petals-kernel 3.0.1


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-kernel
Version

Version

3.0.1
Type

Type

jar

Download petals-kernel 3.0.1


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