Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.17 KB

pallet.stevedore

An embedding of shell script in clojure

See reference documentation and annotated source.

Installation

stevedore is distributed as a jar, and is available in the sonatype repository.

Installation is with maven or your favourite maven repository aware build tool.

lein/cake project.clj

:dependencies [[org.cloudhoist/stevedore "0.5.0-SNAPSHOT"]]
:repositories {"sonatype"
               "http://oss.sonatype.org/content/repositories/releases"}

maven pom.xml

<dependencies>
  <dependency>
    <groupId>org.cloudhoist</groupId>
    <artifactId>pallet-common</artifactId>
    <version>0.5.0-SNAPSHOT</version>
  </dependency>
<dependencies>

<repositories>
  <repository>
    <id>sonatype</id>
    <url>http://oss.sonatype.org/content/repositories/releases</url>
  </repository>
</repositories>

License

Licensed under EPL

Copyright 2010, 2011 Hugo Duncan.