muxx

Deploy multiple production and dev websites on one instance of compojure.

Leiningen/Boot

[muxx "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

muxx/muxx {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("muxx:muxx:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>muxx</groupId>
  <artifactId>muxx</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>