org.theparanoidtimes/defns

A library that provides a way for defining functions with type signatures for which pre and post conditions are generated using spec.

Leiningen/Boot

[org.theparanoidtimes/defns "0.1.0"]

Clojure CLI/deps.edn

org.theparanoidtimes/defns {:mvn/version "0.1.0"}

Gradle

implementation("org.theparanoidtimes:defns:0.1.0")

Maven

<dependency>
  <groupId>org.theparanoidtimes</groupId>
  <artifactId>defns</artifactId>
  <version>0.1.0</version>
</dependency>