is not current version
Last Version 6.3-alpha

org.jppf:jppf-client 3.3.6

JPPF, the open source grid computing solution

Categories

Categories

CLI User Interface
GroupId

GroupId

org.jppf
ArtifactId

ArtifactId

jppf-client
Version

Version

3.3.6
Type

Type

jar

Download jppf-client 3.3.6


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