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