MVN

org.objectweb.petals : petals-kernel

Maven & Gradle

Feb 16, 2011
3 usages

Petals Platform :: Kernel

<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-kernel</artifactId>
    <version>1.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.petals : petals-kernel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.3
  • Latest Beta: 1.3-beta-2

All Versions

Choose a version of org.objectweb.petals : petals-kernel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
petals-kernel-2.0
1.6.x
petals-kernel-1.6.3
petals-kernel-1.6.2
petals-kernel-1.6.1
petals-kernel-1.6.0
1.5.x
petals-kernel-1.5.1
petals-kernel-1.5.0
1.4.x
petals-kernel-1.4.7
petals-kernel-1.4.6
petals-kernel-1.4.5
petals-kernel-1.4.4
petals-kernel-1.4.3
petals-kernel-1.4.2
petals-kernel-1.4.1
1.4
petals-kernel-1.4
1.3
petals-kernel-1.3
petals-kernel-1.3-beta-2
1.2
petals-kernel-1.2

How to add a dependency to Maven

Add the following org.objectweb.petals : petals-kernel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.petals</groupId>
    <artifactId>petals-kernel</artifactId>
    <version>1.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.petals : petals-kernel gradle dependency to your build.gradle file:

implementation 'org.objectweb.petals:petals-kernel:1.6.3'

Gradle Kotlin DSL: Add the following org.objectweb.petals : petals-kernel gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.petals:petals-kernel:1.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.petals : petals-kernel sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.petals" % "petals-kernel" % "1.6.3"