Last Version

ParallelJ - Core Project 1.4.1

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
Version

Version

1.4.1
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 1.4.1


<!-- 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.