com.github.clj-easy/stub

Library to generate stubs for other Clojure libraries.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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