g

gpars

The Groovy and Java high-level concurrency library offering actors, dataflow, CSP, agents, parallel collections, fork/join and more
http://gpars.codehaus.org
The Apache Software License, Version 2.0
Files download
File Operation
gpars-0.11.jar download
gpars-0.11.pom download
Apache Maven
<dependency>
  <groupId>org.codehaus.gpars</groupId>
  <artifactId>gpars</artifactId>
  <version>0.11</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.gpars:gpars:0.11'
Gradle Kotlin
implementation("org.codehaus.gpars:gpars:0.11")
Scala SBT
libraryDependencies += "org.codehaus.gpars" % "gpars" % "0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.gpars', module='gpars', version='0.11')
)
Apache Ivy
<dependency org="org.codehaus.gpars" name="gpars" rev="0.11" />
Leiningen
[org.codehaus.gpars/gpars "0.11"]
Apache Buildr
'org.codehaus.gpars:gpars:jar:0.11'