is not current version
Last Version 3.1.3

org.ow2.petals:petals-kernel 3.1.2


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-kernel
Version

Version

3.1.2
Type

Type

jar

Download petals-kernel 3.1.2


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