is not current version
Last Version 3.0.2

net.viktorc:pp4j 1.0

A multiprocessing library that provides process executors and process pools.

Categories

Categories

Net
GroupId

GroupId

net.viktorc
ArtifactId

ArtifactId

pp4j
Version

Version

1.0
Type

Type

jar

Download pp4j 1.0


<!-- https://jarcasting.com/artifacts/net.viktorc/pp4j/ -->
<dependency>
    <groupId>net.viktorc</groupId>
    <artifactId>pp4j</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.viktorc/pp4j/
implementation 'net.viktorc:pp4j:1.0'
// https://jarcasting.com/artifacts/net.viktorc/pp4j/
implementation ("net.viktorc:pp4j:1.0")
'net.viktorc:pp4j:jar:1.0'
<dependency org="net.viktorc" name="pp4j" rev="1.0">
  <artifact name="pp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.viktorc', module='pp4j', version='1.0')
)
libraryDependencies += "net.viktorc" % "pp4j" % "1.0"
[net.viktorc/pp4j "1.0"]