MVN

io.datakernel : datakernel-csp

Maven & Gradle

Nov 14, 2019
3 usages
91 stars

DataKernel : CSP · Communicating sequential process via channels, similar to Golang's channels. A channel could be imagine as a pipe which connects some processes.

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>datakernel-csp</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.datakernel : datakernel-csp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 3.0.0-rc
  • Latest Beta: 3.0.0-beta2

All Versions

Choose a version of io.datakernel : datakernel-csp to add to Maven or Gradle - All Versions:

  • Version Updated
  • datakernel-csp-3.1.0

    Nov 14, 2019
  • datakernel-csp-3.0.1

    Nov 05, 2019
  • datakernel-csp-3.0.0

    Oct 15, 2019
  • datakernel-csp-3.0.0-rc

    Sep 28, 2019
  • datakernel-csp-3.0.0-beta2

    Sep 13, 2019
  • datakernel-csp-3.0.0-beta1

    Aug 16, 2019

How to add a dependency to Maven

Add the following io.datakernel : datakernel-csp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>datakernel-csp</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.datakernel : datakernel-csp gradle dependency to your build.gradle file:

implementation 'io.datakernel:datakernel-csp:3.1.0'

Gradle Kotlin DSL: Add the following io.datakernel : datakernel-csp gradle kotlin dependency to your build.gradle.kts file:

implementation("io.datakernel:datakernel-csp:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.datakernel : datakernel-csp sbt scala dependency to your build.sbt file:

libraryDependencies += "io.datakernel" % "datakernel-csp" % "3.1.0"

Advertisement

Dependencies from Group

Nov 14, 2019
30 usages
91 stars
Nov 14, 2019
17 usages
91 stars
Nov 14, 2019
10 usages
91 stars
Nov 14, 2019
9 usages
91 stars
Nov 14, 2019
9 usages
91 stars

Discover Dependencies

Nov 14, 2019
1 usages
91 stars
Nov 14, 2019
5 usages
91 stars
Aug 13, 2019
2 stars
Sep 26, 2019
May 25, 2020
Aug 15, 2019
90 stars
Aug 16, 2019
14 stars
Dec 26, 2022
2.4k stars
Feb 27, 2023
6 stars
image

Maven Repository

Search Maven dependencies with Maven Repository Chrome Extension

Add to Chrome