earthworm

Common components and utils for server side development

Leiningen/Boot

[earthworm "0.2.3"]

Clojure CLI/deps.edn

earthworm/earthworm {:mvn/version "0.2.3"}

Gradle

implementation("earthworm:earthworm:0.2.3")

Maven

<dependency>
  <groupId>earthworm</groupId>
  <artifactId>earthworm</artifactId>
  <version>0.2.3</version>
</dependency>