symbol-analyzer

Clojure code analyzer that tells us how each symbol is being used in the code

Leiningen/Boot

[symbol-analyzer "0.1.1"]

Clojure CLI/deps.edn

symbol-analyzer/symbol-analyzer {:mvn/version "0.1.1"}

Gradle

implementation("symbol-analyzer:symbol-analyzer:0.1.1")

Maven

<dependency>
  <groupId>symbol-analyzer</groupId>
  <artifactId>symbol-analyzer</artifactId>
  <version>0.1.1</version>
</dependency>