ns-graph

Library for charting dependencies between namespaces and classes.

Leiningen/Boot

[ns-graph "0.1.0"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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