ns-graph

Library for charting dependencies between namespaces and classes.

Leiningen/Boot

[ns-graph "0.1.4"]

Clojure CLI/deps.edn

ns-graph/ns-graph {:mvn/version "0.1.4"}

Gradle

implementation("ns-graph:ns-graph:0.1.4")

Maven

<dependency>
  <groupId>ns-graph</groupId>
  <artifactId>ns-graph</artifactId>
  <version>0.1.4</version>
</dependency>