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