is not current version
Last Version 6.3-alpha

org.jppf:jppf-client 6.1-alpha-2

JPPF, the open source grid computing solution

Categories

Categories

CLI User Interface
GroupId

GroupId

org.jppf
ArtifactId

ArtifactId

jppf-client
Version

Version

6.1-alpha-2
Type

Type

jar

Download jppf-client 6.1-alpha-2


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