sv/system.sente

Components and helper functions to use sente in a sv/system-based application.

Leiningen/Boot

[sv/system.sente "0.1.0"]

Clojure CLI/deps.edn

sv/system.sente {:mvn/version "0.1.0"}

Gradle

implementation("sv:system.sente:0.1.0")

Maven

<dependency>
  <groupId>sv</groupId>
  <artifactId>system.sente</artifactId>
  <version>0.1.0</version>
</dependency>