com.omarnyte/http-server

A custom HTTP Server built in Java

Leiningen/Boot

[com.omarnyte/http-server "1.1.2"]

Clojure CLI/deps.edn

com.omarnyte/http-server {:mvn/version "1.1.2"}

Gradle

implementation("com.omarnyte:http-server:1.1.2")

Maven

<dependency>
  <groupId>com.omarnyte</groupId>
  <artifactId>http-server</artifactId>
  <version>1.1.2</version>
</dependency>