typed

Gradual typing for Clojure

Leiningen/Boot

[typed "0.1.7-SNAPSHOT"]

Clojure CLI/deps.edn

typed/typed {:mvn/version "0.1.7-SNAPSHOT"}

Gradle

implementation("typed:typed:0.1.7-SNAPSHOT")

Maven

<dependency>
  <groupId>typed</groupId>
  <artifactId>typed</artifactId>
  <version>0.1.7-SNAPSHOT</version>
</dependency>