/typed/clj.annotator/README.md
https://github.com/typedclojure/typedclojure · Markdown · 64 lines · 42 code · 22 blank · 0 comment · 0 complexity · 7f3f02c29a8866a9a0ecb90eb2ad10e7 MD5 · raw file
- <!-- DO NOT EDIT! Instead, edit `dev/resources/root-templates/typed/clj.annotator/README.md` and run `./script/regen-selmer.sh` -->
- # typed.clj.annotator
- <a href='https://typedclojure.org'><img src='images/part-of-typed-clojure-project.png'></a>
- Automatic annotator for Typed Clojure and clojure.spec annotations, for JVM Clojure.
- ## Releases and Dependency Information
- Latest stable release is 1.0.19.
- * [All Released Versions](https://clojars.org/org.typedclojure/typed.clj.annotator)
- [deps.edn](https://clojure.org/reference/deps_and_cli) JAR dependency information:
- ```clj
- org.typedclojure/typed.clj.annotator {:mvn/version "1.0.19"}
- ```
- [deps.edn](https://clojure.org/reference/deps_and_cli) Git dependency information:
- - Note: use `clj -Sresolve` to resolve the `:tag` to a `:sha`
- ```clj
- org.typedclojure/typed.clj.annotator
- {:git/url "https://github.com/typedclojure/typedclojure"
- :deps/root "typed/clj.annotator"
- :tag "1.0.19"}
- ```
- [Leiningen](https://github.com/technomancy/leiningen) dependency information:
- ```clojure
- [org.typedclojure/typed.clj.annotator "1.0.19"]
- ```
- [Maven](https://maven.apache.org/) dependency information:
- ```XML
- <dependency>
- <groupId>org.typedclojure</groupId>
- <artifactId>typed.clj.annotator</artifactId>
- <version>1.0.19</version>
- </dependency>
- ```
- ## Documentation
- [API Reference](https://api.typedclojure.org/latest/typed.clj.annotator/index.html)
- ## YourKit
- YourKit is kindly supporting core.typed and other open source projects with its full-featured Java Profiler.
- YourKit, LLC is the creator of innovative and intelligent tools for profiling
- Java and .NET applications. Take a look at YourKit's leading software products:
- * <a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
- * <a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>.
- ## License
- Copyright © Ambrose Bonnaire-Sergeant, Rich Hickey & contributors.
- Licensed under the EPL (see the file epl-v10.html).