MVN

org.parallelj : parallelj-legacy-launching

Maven & Gradle

Jan 14, 2014
4 stars

ParallelJ - Legacy Launching Tools · ParallelJ is a Java framework for parallel computing. It provides flow modeling and execution. This projet covers the launching of a ParallelJ program purpose. It allows to launch easily the programs, and access them remotely.

<dependency>
    <groupId>org.parallelj</groupId>
    <artifactId>parallelj-legacy-launching</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.parallelj : parallelj-legacy-launching to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of org.parallelj : parallelj-legacy-launching to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
parallelj-legacy-launching-1.4.1
parallelj-legacy-launching-1.4.0

How to add a dependency to Maven

Add the following org.parallelj : parallelj-legacy-launching maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.parallelj</groupId>
    <artifactId>parallelj-legacy-launching</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.parallelj : parallelj-legacy-launching gradle dependency to your build.gradle file:

implementation 'org.parallelj:parallelj-legacy-launching:1.4.1'

Gradle Kotlin DSL: Add the following org.parallelj : parallelj-legacy-launching gradle kotlin dependency to your build.gradle.kts file:

implementation("org.parallelj:parallelj-legacy-launching:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.parallelj : parallelj-legacy-launching sbt scala dependency to your build.sbt file:

libraryDependencies += "org.parallelj" % "parallelj-legacy-launching" % "1.4.1"

Advertisement