Download conch-0.3.1.jar file - Jar c

Jar examples for c:conch

Description

A better shell-out library for Clojure.

You can download jar file conch 0.3.1 in this page.

License

Eclipse Public License - v 1.0

Build File

You can use the following script to add conch-0.3.1.jar to your project.

<dependency>
   <groupId>me.raynes</groupId>
   <artifactId>conch</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'me.raynes', name: 'conch', version: '0.3.1'
libraryDependencies += "me.raynes" % "conch" % "0.3.1"
<dependency org="me.raynes" name="conch" rev="0.3.1"/>
@Grapes(@Grab(group='me.raynes', module='conch', version='0.3.1'))
'me.raynes:conch:jar:0.3.1'

Download

Click the following link to download the jar file.

conch-0.3.1.jar
conch-0.3.1.pom



Related Tutorials