dda/httpd

Pallet crate to install and run Apache httpd

Leiningen/Boot

[dda/httpd "0.2.6"]

Clojure CLI/deps.edn

dda/httpd {:mvn/version "0.2.6"}

Gradle

implementation("dda:httpd:0.2.6")

Maven

<dependency>
  <groupId>dda</groupId>
  <artifactId>httpd</artifactId>
  <version>0.2.6</version>
</dependency>