Last Version

tools.analyzer 1.1.0

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

License

License

Categories

Categories

Clojure Languages
GroupId

GroupId

org.clojure
ArtifactId

ArtifactId

tools.analyzer
Version

Version

1.1.0
Type

Type

jar
Description

Description

tools.analyzer
An analyzer for Clojure code, written in Clojure and producing AST in EDN
Source Code Management

Source Code Management

http://github.com/clojure/tools.analyzer

Download tools.analyzer 1.1.0


<!-- https://jarcasting.com/artifacts/org.clojure/tools.analyzer/ -->
<dependency>
    <groupId>org.clojure</groupId>
    <artifactId>tools.analyzer</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.clojure/tools.analyzer/
implementation 'org.clojure:tools.analyzer:1.1.0'
// https://jarcasting.com/artifacts/org.clojure/tools.analyzer/
implementation ("org.clojure:tools.analyzer:1.1.0")
'org.clojure:tools.analyzer:jar:1.1.0'
<dependency org="org.clojure" name="tools.analyzer" rev="1.1.0">
  <artifact name="tools.analyzer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.clojure', module='tools.analyzer', version='1.1.0')
)
libraryDependencies += "org.clojure" % "tools.analyzer" % "1.1.0"
[org.clojure/tools.analyzer "1.1.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.clojure : clojure jar 1.5.1

Project Modules

There are no modules declared in this project.