pliant/webpoint

Provides a library that simplifies handling of web requests by matching the method and URL against a multimethod value.

Leiningen/Boot

[pliant/webpoint "0.1.0"]

Clojure CLI/deps.edn

pliant/webpoint {:mvn/version "0.1.0"}

Gradle

implementation("pliant:webpoint:0.1.0")

Maven

<dependency>
  <groupId>pliant</groupId>
  <artifactId>webpoint</artifactId>
  <version>0.1.0</version>
</dependency>