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.1"]

Clojure CLI/deps.edn

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

Gradle

implementation("pliant:webpoint:0.1.1")

Maven

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