earthworm

Common components and utils for server side development

Leiningen/Boot

[earthworm "0.3.0-SNAPSHOT"]

Clojure CLI/deps.edn

earthworm/earthworm {:mvn/version "0.3.0-SNAPSHOT"}

Gradle

implementation("earthworm:earthworm:0.3.0-SNAPSHOT")

Maven

<dependency>
  <groupId>earthworm</groupId>
  <artifactId>earthworm</artifactId>
  <version>0.3.0-SNAPSHOT</version>
</dependency>