Jar examples for t:tools
An analyzer for Clojure code, written in Clojure and producing AST in EDN
You can download jar file tools.analyzer 0.6.2 in this page.
You can use the following script to add tools.analyzer-0.6.2.jar to your project.
<dependency> <groupId>org.clojure</groupId> <artifactId>tools.analyzer</artifactId> <version>0.6.2</version> </dependency>
compile group: 'org.clojure', name: 'tools.analyzer', version: '0.6.2'
libraryDependencies += "org.clojure" % "tools.analyzer" % "0.6.2"
<dependency org="org.clojure" name="tools.analyzer" rev="0.6.2"/>
@Grapes(@Grab(group='org.clojure', module='tools.analyzer', version='0.6.2'))
'org.clojure:tools.analyzer:jar:0.6.2'
Click the following link to download the jar file.
tools.analyzer-0.6.2-sources.jar