Download tools.analyzer-0.5.0.jar file - Jar t

Jar examples for t:tools

Description

An analyzer for Clojure code, written in Clojure and producing AST in EDN

You can download jar file tools.analyzer 0.5.0 in this page.

Build File

You can use the following script to add tools.analyzer-0.5.0.jar to your project.

<dependency>
   <groupId>org.clojure</groupId>
   <artifactId>tools.analyzer</artifactId>
   <version>0.5.0</version>
</dependency>
compile group: 'org.clojure', name: 'tools.analyzer', version: '0.5.0'
libraryDependencies += "org.clojure" % "tools.analyzer" % "0.5.0"
<dependency org="org.clojure" name="tools.analyzer" rev="0.5.0"/>
@Grapes(@Grab(group='org.clojure', module='tools.analyzer', version='0.5.0'))
'org.clojure:tools.analyzer:jar:0.5.0'

Download

Click the following link to download the jar file.

tools.analyzer-0.5.0-sources.jar
tools.analyzer-0.5.0.jar
tools.analyzer-0.5.0.pom



Related Tutorials