Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.jppf |
ArtifactId | ArtifactIdjppf-client |
Version | Version4.2.9 |
Type | Typejar |
Filename | Size |
---|---|
jppf-client-4.2.9.pom | |
jppf-client-4.2.9.jar | 199 KB |
jppf-client-4.2.9-sources.jar | 156 KB |
jppf-client-4.2.9-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jppf/jppf-client/ -->
<dependency>
<groupId>org.jppf</groupId>
<artifactId>jppf-client</artifactId>
<version>4.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.jppf/jppf-client/
implementation 'org.jppf:jppf-client:4.2.9'
// https://jarcasting.com/artifacts/org.jppf/jppf-client/
implementation ("org.jppf:jppf-client:4.2.9")
'org.jppf:jppf-client:jar:4.2.9'
<dependency org="org.jppf" name="jppf-client" rev="4.2.9">
<artifact name="jppf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jppf', module='jppf-client', version='4.2.9')
)
libraryDependencies += "org.jppf" % "jppf-client" % "4.2.9"
[org.jppf/jppf-client "4.2.9"]