Home > pallet-all

pallet-all

Pallet-all is a project mainly written in ..., it's free.

Unifying dependency for pallet and pallet-crates

pallet-all

An all-in-one dependency for pallet and pallet-crates.

See palletops for an overview.

API documentation is available.

Support

You can get support on the mailing list, or #pallet on freenode irc.

Quickstart

See the basic usage example in the pallet-examples project.

Installation

Pallet-all is distributed as a jar, and is available in the sonatype repository.

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

lein/cake project.clj

:dependencies [[org.cloudhoist/pallet-all "0.4.0-SNAPSHOT"]]
:repositories {"sonatype"
               "http://oss.sonatype.org/content/repositories/releases"
               "sonatype-snapshots"
               "http://oss.sonatype.org/content/repositories/snapshots"}

maven pom.xml

<dependencies>
  <dependency>
    <groupId>org.cloudhoist</groupId>
    <artifactId>pallet-all</artifactId>
    <version>0.4.0-SNAPSHOT</version>
  </dependency>
<dependencies>

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

Dependencies

  • JDK 1.6
  • Maven 2.2.1

License

Licensed under EPL

Copyright (c) 2010 Hugo Duncan

Previous:jnap-ui-js