trout

A readable 'routes as data' routing library for clojurescript

Leiningen/Boot

[trout "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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