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