MVN

org.jppf : jppf-common

Maven & Gradle

May 31, 2020
6 usages
62 stars

JPPF common API · JPPF, the open source grid computing solution

<dependency>
    <groupId>org.jppf</groupId>
    <artifactId>jppf-common</artifactId>
    <version>6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jppf : jppf-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2
  • Latest Beta: 6.2-beta
  • Latest Alpha: 6.3-alpha

All Versions

Choose a version of org.jppf : jppf-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3
jppf-common-6.3-alpha
6.2
jppf-common-6.2
jppf-common-6.2-beta
jppf-common-6.2-alpha-2
jppf-common-6.2-alpha
6.1.x
jppf-common-6.1.4
jppf-common-6.1.3
jppf-common-6.1.2
jppf-common-6.1.1
6.1
jppf-common-6.1
jppf-common-6.1-beta
jppf-common-6.1-alpha-2
jppf-common-6.1-alpha
6.0.x
jppf-common-6.0.4
jppf-common-6.0.3
jppf-common-6.0.2
jppf-common-6.0.1
6.0
jppf-common-6.0
jppf-common-6.0-beta
jppf-common-6.0-alpha-4
5.2.x
jppf-common-5.2.10
jppf-common-5.2.9
jppf-common-5.2.8
jppf-common-5.2.7
jppf-common-5.2.6
jppf-common-5.2.5
jppf-common-5.2.4
jppf-common-5.2.3
jppf-common-5.2.2
jppf-common-5.2.1
5.2
jppf-common-5.2
5.1.x
jppf-common-5.1.7
jppf-common-5.1.6
jppf-common-5.1.5
jppf-common-5.1.4
jppf-common-5.1.3
jppf-common-5.1.2
jppf-common-5.1.1
5.1
jppf-common-5.1
5.0.x
jppf-common-5.0.5
jppf-common-5.0.4
jppf-common-5.0.3
jppf-common-5.0.2
jppf-common-5.0.1
5.0
jppf-common-5.0
4.2.x
jppf-common-4.2.9
jppf-common-4.2.8
jppf-common-4.2.7
jppf-common-4.2.6
jppf-common-4.2.5
jppf-common-4.2.4
jppf-common-4.2.3
jppf-common-4.2.2
jppf-common-4.2.1
4.2
jppf-common-4.2
4.1.x
jppf-common-4.1.3
jppf-common-4.1.2
jppf-common-4.1.1
jppf-common-4.1.0
4.0.x
jppf-common-4.0.3
jppf-common-4.0.2
jppf-common-4.0.1
jppf-common-4.0.0
3.3.x
jppf-common-3.3.7
jppf-common-3.3.6
jppf-common-3.3.5
jppf-common-3.3.4
jppf-common-3.3.3
jppf-common-3.3.2
jppf-common-3.3.1
jppf-common-3.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.jppf</groupId>
    <artifactId>jppf-common</artifactId>
    <version>6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jppf : jppf-common gradle dependency to your build.gradle file:

implementation 'org.jppf:jppf-common:6.2'

Gradle Kotlin DSL: Add the following org.jppf : jppf-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jppf:jppf-common:6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jppf : jppf-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jppf" % "jppf-common" % "6.2"

Advertisement