MVN

org.codehaus.jcsp : jcsp

Maven & Gradle

Aug 07, 2010
1 usages

The JCSP Library · This library contains classes realizing Communicating Sequential Processes (CSP) for use in Java code.

<dependency>
    <groupId>org.codehaus.jcsp</groupId>
    <artifactId>jcsp</artifactId>
    <version>1.1-rc5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.jcsp : jcsp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1-rc5
  • Latest Release Candidate: 1.1-rc5

All Versions

Choose a version of org.codehaus.jcsp : jcsp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
jcsp-1.1-rc5

How to add a dependency to Maven

Add the following org.codehaus.jcsp : jcsp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.jcsp</groupId>
    <artifactId>jcsp</artifactId>
    <version>1.1-rc5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.jcsp : jcsp gradle dependency to your build.gradle file:

implementation 'org.codehaus.jcsp:jcsp:1.1-rc5'

Gradle Kotlin DSL: Add the following org.codehaus.jcsp : jcsp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.jcsp:jcsp:1.1-rc5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.jcsp : jcsp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.jcsp" % "jcsp" % "1.1-rc5"