c

core.async

Facilities for async programming and communication in Clojure
https://github.com/clojure/core.async
Eclipse Public License 1.0
Rich Hickey
Files download
File Operation
core.async-0.2.395.jar download
core.async-0.2.395.pom download
core.async-0.2.395-sources.jar download
Apache Maven
<dependency>
  <groupId>org.clojure</groupId>
  <artifactId>core.async</artifactId>
  <version>0.2.395</version>
</dependency>
Gradle Groovy
implementation 'org.clojure:core.async:0.2.395'
Gradle Kotlin
implementation("org.clojure:core.async:0.2.395")
Scala SBT
libraryDependencies += "org.clojure" % "core.async" % "0.2.395"
Groovy Grape
@Grapes(
  @Grab(group='org.clojure', module='core.async', version='0.2.395')
)
Apache Ivy
<dependency org="org.clojure" name="core.async" rev="0.2.395" />
Leiningen
[org.clojure/core.async "0.2.395"]
Apache Buildr
'org.clojure:core.async:jar:0.2.395'