ParallelJ - Core Project

ParallelJ is a Java framework for parallel computing. It provides flow modeling and execution. This project contains the core of ParallelJ which brings the execution engine, but also all the elements you need to define a ParallelJ program: annotations, libraries, etc.

License

License

GroupId

GroupId

org.parallelj
ArtifactId

ArtifactId

parallelj-core
Last Version

Last Version

1.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

ParallelJ - Core Project
ParallelJ is a Java framework for parallel computing. It provides flow modeling and execution. This project contains the core of ParallelJ which brings the execution engine, but also all the elements you need to define a ParallelJ program: annotations, libraries, etc.
Project Organization

Project Organization

Atos Worldline

Download parallelj-core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.2
org.slf4j : slf4j-log4j12 jar 1.7.2
log4j : log4j jar 1.2.17
org.aspectj : aspectjrt jar 1.7.3
org.aspectj : aspectjweaver jar 1.7.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.
org.parallelj

awltech

Yet another github organization from technical people in Worldline.

Versions

Version
1.4.1
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
0.7.0
0.4.0
0.3.0
0.2.0