clj-s4

A library to build Yahoo S4 applications using Clojure

Leiningen/Boot

[clj-s4 "0.2.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

clj-s4/clj-s4 {:mvn/version "0.2.1.1-SNAPSHOT"}

Gradle

implementation("clj-s4:clj-s4:0.2.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>clj-s4</groupId>
  <artifactId>clj-s4</artifactId>
  <version>0.2.1.1-SNAPSHOT</version>
</dependency>