Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.jppf |
ArtifactId | ArtifactIdjppf-client |
Version | Version3.3.2 |
Type | Typejar |
Filename | Size |
---|---|
jppf-client-3.3.2.pom | |
jppf-client-3.3.2.jar | 182 KB |
jppf-client-3.3.2-sources.jar | 146 KB |
jppf-client-3.3.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jppf/jppf-client/
implementation 'org.jppf:jppf-client:3.3.2'
// https://jarcasting.com/artifacts/org.jppf/jppf-client/
implementation ("org.jppf:jppf-client:3.3.2")
'org.jppf:jppf-client:jar:3.3.2'
<dependency org="org.jppf" name="jppf-client" rev="3.3.2">
<artifact name="jppf-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jppf', module='jppf-client', version='3.3.2')
)
libraryDependencies += "org.jppf" % "jppf-client" % "3.3.2"
[org.jppf/jppf-client "3.3.2"]