com.bhauman/spell-spec

Clojure Spec macros which verify that unspecified map keys are not misspellings of specified map keys.

Leiningen/Boot

[com.bhauman/spell-spec "0.1.2"]

Clojure CLI/deps.edn

com.bhauman/spell-spec {:mvn/version "0.1.2"}

Gradle

implementation("com.bhauman:spell-spec:0.1.2")

Maven

<dependency>
  <groupId>com.bhauman</groupId>
  <artifactId>spell-spec</artifactId>
  <version>0.1.2</version>
</dependency>