Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.49 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.49 KB

typed.clj.runtime

Runtime dependency needed to annotate Typed Clojure code in JVM Clojure.

Releases and Dependency Information

Latest stable release is 1.0.23.

deps.edn JAR dependency information:

  org.typedclojure/typed.clj.runtime {:mvn/version "1.0.23"}

deps.edn Git dependency information:

  • Note: use clj -Sresolve to resolve the :tag to a :sha
  org.typedclojure/typed.clj.runtime
  {:git/url "https://github.com/typedclojure/typedclojure"
   :deps/root "typed/clj.runtime"
   :tag "1.0.23"}

Leiningen dependency information:

[org.typedclojure/typed.clj.runtime "1.0.23"]

Maven dependency information:

<dependency>
  <groupId>org.typedclojure</groupId>
  <artifactId>typed.clj.runtime</artifactId>
  <version>1.0.23</version>
</dependency>

Documentation

API Reference

License

Copyright © Ambrose Bonnaire-Sergeant, Rich Hickey & contributors.

Licensed under the EPL (see the file epl-v10.html).