org.cloudhoist/cljs

ClojureScript in a jar. Note that the release numbers are unofficial.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[org.cloudhoist/cljs "0.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

org.cloudhoist/cljs {:mvn/version "0.1.1-SNAPSHOT"}

Gradle

implementation("org.cloudhoist:cljs:0.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>org.cloudhoist</groupId>
  <artifactId>cljs</artifactId>
  <version>0.1.1-SNAPSHOT</version>
</dependency>