/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

  1. <!-- DO NOT EDIT! Instead, edit `dev/resources/root-templates/typed/clj.annotator/README.md` and run `./script/regen-selmer.sh` -->
  2. # typed.clj.annotator
  3. <a href='https://typedclojure.org'><img src='images/part-of-typed-clojure-project.png'></a>
  4. Automatic annotator for Typed Clojure and clojure.spec annotations, for JVM Clojure.
  5. ## Releases and Dependency Information
  6. Latest stable release is 1.0.19.
  7. * [All Released Versions](https://clojars.org/org.typedclojure/typed.clj.annotator)
  8. [deps.edn](https://clojure.org/reference/deps_and_cli) JAR dependency information:
  9. ```clj
  10. org.typedclojure/typed.clj.annotator {:mvn/version "1.0.19"}
  11. ```
  12. [deps.edn](https://clojure.org/reference/deps_and_cli) Git dependency information:
  13. - Note: use `clj -Sresolve` to resolve the `:tag` to a `:sha`
  14. ```clj
  15. org.typedclojure/typed.clj.annotator
  16. {:git/url "https://github.com/typedclojure/typedclojure"
  17. :deps/root "typed/clj.annotator"
  18. :tag "1.0.19"}
  19. ```
  20. [Leiningen](https://github.com/technomancy/leiningen) dependency information:
  21. ```clojure
  22. [org.typedclojure/typed.clj.annotator "1.0.19"]
  23. ```
  24. [Maven](https://maven.apache.org/) dependency information:
  25. ```XML
  26. <dependency>
  27. <groupId>org.typedclojure</groupId>
  28. <artifactId>typed.clj.annotator</artifactId>
  29. <version>1.0.19</version>
  30. </dependency>
  31. ```
  32. ## Documentation
  33. [API Reference](https://api.typedclojure.org/latest/typed.clj.annotator/index.html)
  34. ## YourKit
  35. YourKit is kindly supporting core.typed and other open source projects with its full-featured Java Profiler.
  36. YourKit, LLC is the creator of innovative and intelligent tools for profiling
  37. Java and .NET applications. Take a look at YourKit's leading software products:
  38. * <a href="http://www.yourkit.com/java/profiler/index.jsp">YourKit Java Profiler</a> and
  39. * <a href="http://www.yourkit.com/.net/profiler/index.jsp">YourKit .NET Profiler</a>.
  40. ## License
  41. Copyright © Ambrose Bonnaire-Sergeant, Rich Hickey & contributors.
  42. Licensed under the EPL (see the file epl-v10.html).