a

activej-csp

Communicating sequential process via channels, similar to Golang channels.
文件下载
文件名 操作
activej-csp-4.0-beta1.jar 下载
activej-csp-4.0-beta1.pom 下载
activej-csp-4.0-beta1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-csp</artifactId>
  <version>4.0-beta1</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-csp:4.0-beta1'
Gradle Kotlin
implementation("io.activej:activej-csp:4.0-beta1")
Scala SBT
libraryDependencies += "io.activej" % "activej-csp" % "4.0-beta1"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-csp', version='4.0-beta1')
)
Apache Ivy
<dependency org="io.activej" name="activej-csp" rev="4.0-beta1" />
Leiningen
[io.activej/activej-csp "4.0-beta1"]
Apache Buildr
'io.activej:activej-csp:jar:4.0-beta1'