oxbow

I see dead code. All the time. Everywhere.

Leiningen/Boot

[oxbow "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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