is not current version
Last Version 6.3-alpha

org.jppf:jppf-client 5.2.5

JPPF, the open source grid computing solution

Categories

Categories

CLI User Interface
GroupId

GroupId

org.jppf
ArtifactId

ArtifactId

jppf-client
Version

Version

5.2.5
Type

Type

jar

Download jppf-client 5.2.5


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