stubby

Stub optional dependencies

Leiningen/Boot

[stubby "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

stubby/stubby {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("stubby:stubby:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>stubby</groupId>
  <artifactId>stubby</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>