com.github.clj-easy/stub

Library to generate stubs for other Clojure libraries.

Leiningen/Boot

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

Clojure CLI/deps.edn

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

Gradle

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

Maven

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