is not current version
Last Version 6.3-alpha

org.jppf:jppf-client 4.1.3

JPPF, the open source grid computing solution

Categories

Categories

CLI User Interface
GroupId

GroupId

org.jppf
ArtifactId

ArtifactId

jppf-client
Version

Version

4.1.3
Type

Type

jar

Download jppf-client 4.1.3


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