symbol-analyzer

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

Leiningen/Boot

[symbol-analyzer "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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