License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.czlab |
ArtifactId | ArtifactIdantclj |
Version | Version1.0.3 |
Type | Typejar |
Description |
Descriptionantclj
Apache ant wrapped in clojure.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
antclj-1.0.3.pom | |
antclj-1.0.3.jar | 293 KB |
antclj-1.0.3-sources.jar | 293 KB |
antclj-1.0.3-javadoc.jar | 293 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.czlab/antclj/ -->
<dependency>
<groupId>io.czlab</groupId>
<artifactId>antclj</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.czlab/antclj/
implementation 'io.czlab:antclj:1.0.3'
// https://jarcasting.com/artifacts/io.czlab/antclj/
implementation ("io.czlab:antclj:1.0.3")
'io.czlab:antclj:jar:1.0.3'
<dependency org="io.czlab" name="antclj" rev="1.0.3">
<artifact name="antclj" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.czlab', module='antclj', version='1.0.3')
)
libraryDependencies += "io.czlab" % "antclj" % "1.0.3"
[io.czlab/antclj "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
cider » cider-nrepl | jar | 0.14.0 |
org.apache.ant : ant | jar | 1.10.1 |
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.8.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.ant : ant-junit4 | jar | 1.10.1 |
org.apache.ant : ant-junit | jar | 1.10.1 |
junit : junit | jar | 4.12 |
net.mikera » cljunit | jar | 0.6.0 |