com.omarnyte/http-server

A custom HTTP Server built in Java

Leiningen/Boot

[com.omarnyte/http-server "1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

implementation("com.omarnyte:http-server:1.0-SNAPSHOT")

Maven

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