catfood

Catfood is a suppliment for Neko

Leiningen/Boot

[catfood "0.1.1"]

Clojure CLI/deps.edn

catfood/catfood {:mvn/version "0.1.1"}

Gradle

implementation("catfood:catfood:0.1.1")

Maven

<dependency>
  <groupId>catfood</groupId>
  <artifactId>catfood</artifactId>
  <version>0.1.1</version>
</dependency>