is not current version
Last Version 5.3.0

pl.edu.icm.pcj:pcj 5.0.6

PCJ is Java library for parallel computing in Java. It is based on the PGAS (Partitioned Global Address Space) paradigm. It allows for easy implementation in Java of any parallel algorithm. PCJ application can be run on laptop, workstation, cluster and HPC system including large supercomputers.

GroupId

GroupId

pl.edu.icm.pcj
ArtifactId

ArtifactId

pcj
Version

Version

5.0.6
Type

Type

jar

Download pcj 5.0.6


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