ns-graph

Library for charting dependencies between namespaces and classes.

Leiningen/Boot

[ns-graph "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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