is not current version
Last Version 1.5.648

org.clojure:core.async 0.2.382

Facilities for async programming and communication in Clojure

Categories

Categories

Clojure Languages
GroupId

GroupId

org.clojure
ArtifactId

ArtifactId

core.async
Version

Version

0.2.382
Type

Type

jar

Download core.async 0.2.382


<!-- https://jarcasting.com/artifacts/org.clojure/core.async/ -->
<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>core.async</artifactId>
    <version>0.2.382</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/core.async/
implementation 'org.clojure:core.async:0.2.382'
// https://jarcasting.com/artifacts/org.clojure/core.async/
implementation ("org.clojure:core.async:0.2.382")
'org.clojure:core.async:jar:0.2.382'
<dependency org="org.clojure" name="core.async" rev="0.2.382">
  <artifact name="core.async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='core.async', version='0.2.382')
)
libraryDependencies += "org.clojure" % "core.async" % "0.2.382"
[org.clojure/core.async "0.2.382"]