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