cljow-webapp

Handling webapps & their lifecycles in a uniform way

Leiningen/Boot

[cljow-webapp "0.1.1-SNAPSHOT"]

Clojure CLI/deps.edn

cljow-webapp/cljow-webapp {:mvn/version "0.1.1-SNAPSHOT"}

Gradle

implementation("cljow-webapp:cljow-webapp:0.1.1-SNAPSHOT")

Maven

<dependency>
  <groupId>cljow-webapp</groupId>
  <artifactId>cljow-webapp</artifactId>
  <version>0.1.1-SNAPSHOT</version>
</dependency>