is not current version
Last Version 0.1.5

org.clojure:tools.macro 0.1.4


Categories

Categories

Clojure Languages
GroupId

GroupId

org.clojure
ArtifactId

ArtifactId

tools.macro
Version

Version

0.1.4
Type

Type

jar

Download tools.macro 0.1.4


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