org.domaindrivenarchitecture/httpd

Pallet crate to install and run Apache httpd

Leiningen/Boot

[org.domaindrivenarchitecture/httpd "0.2.3-SNAPSHOT"]

Clojure CLI/deps.edn

org.domaindrivenarchitecture/httpd {:mvn/version "0.2.3-SNAPSHOT"}

Gradle

implementation("org.domaindrivenarchitecture:httpd:0.2.3-SNAPSHOT")

Maven

<dependency>
  <groupId>org.domaindrivenarchitecture</groupId>
  <artifactId>httpd</artifactId>
  <version>0.2.3-SNAPSHOT</version>
</dependency>