common.web-clj

common used for http web

Leiningen/Boot

[common.web-clj "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

common.web-clj/common.web-clj {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("common.web-clj:common.web-clj:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>common.web-clj</groupId>
  <artifactId>common.web-clj</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>