is not current version
Last Version 3.1.3

org.ow2.petals:petals-kernel 2.4


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

petals-kernel
Version

Version

2.4
Type

Type

jar

Download petals-kernel 2.4


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