conch

A better shell-out library for Clojure.

License

License

GroupId

GroupId

me.raynes
ArtifactId

ArtifactId

conch
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

conch
A better shell-out library for Clojure.
Project URL

Project URL

https://github.com/Raynes/conch
Source Code Management

Source Code Management

https://github.com//

Download conch

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.clojure : clojure jar 1.6.0
org.flatland » useful jar 0.10.6

test (2)

Group / Artifact Type Version
org.clojure : tools.nrepl jar 0.2.3
clojure-complete » clojure-complete jar 0.2.3

Project Modules

There are no modules declared in this project.

Versions

Version
0.7.0
0.5.1
0.5.0
0.4.0
0.3.1