com.github.clj-easy/stub

Library to generate stubs for other Clojure libraries.

Leiningen/Boot

[com.github.clj-easy/stub "0.2.3"]

Clojure CLI/deps.edn

com.github.clj-easy/stub {:mvn/version "0.2.3"}

Gradle

implementation("com.github.clj-easy:stub:0.2.3")

Maven

<dependency>
  <groupId>com.github.clj-easy</groupId>
  <artifactId>stub</artifactId>
  <version>0.2.3</version>
</dependency>