is not current version
Last Version 2.0

org.objectweb.petals:petals-kernel 1.3-beta-2


GroupId

GroupId

org.objectweb.petals
ArtifactId

ArtifactId

petals-kernel
Version

Version

1.3-beta-2
Type

Type

jar

Download petals-kernel 1.3-beta-2


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