License |
License |
---|---|
Categories |
CategoriesClojure Languages |
GroupId | GroupIdorg.clojure |
ArtifactId | ArtifactIdcore.async |
Last Version | Last Version1.5.648 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore.async
Facilities for async programming and communication in Clojure
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core.async-1.5.648.pom | |
core.async-1.5.648.jar | 60 KB |
core.async-1.5.648-sources.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.clojure/core.async/ -->
<dependency>
<groupId>org.clojure</groupId>
<artifactId>core.async</artifactId>
<version>1.5.648</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/core.async/
implementation 'org.clojure:core.async:1.5.648'
// https://jarcasting.com/artifacts/org.clojure/core.async/
implementation ("org.clojure:core.async:1.5.648")
'org.clojure:core.async:jar:1.5.648'
<dependency org="org.clojure" name="core.async" rev="1.5.648">
<artifact name="core.async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='core.async', version='1.5.648')
)
libraryDependencies += "org.clojure" % "core.async" % "1.5.648"
[org.clojure/core.async "1.5.648"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : tools.analyzer.jvm | jar | 1.2.2 |
org.clojure : clojure | jar | 1.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojurescript | jar | 1.10.597 |