pallet-all

Pallet - all in one dependency for pallet core and crates

License

License

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

pallet-all
Last Version

Last Version

0.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

pallet-all
Pallet - all in one dependency for pallet core and crates
Source Code Management

Source Code Management

http://github.com/pallet/pallet-all

Download pallet-all

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.cloudhoist : pallet jar 0.4.0
org.cloudhoist : pallet-crates-all jar 0.4.0
swank-clojure » swank-clojure Optional jar 1.2.1
org.jclouds : jclouds-all Optional jar 1.0-beta-8
log4j : log4j Optional jar 1.2.14
org.apache.maven : maven-settings Optional jar 2.0.10

test (1)

Group / Artifact Type Version
org.cloudhoist : pallet test-jar 0.4.0

Project Modules

There are no modules declared in this project.

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

org.cloudhoist

pallet

Versions

Version
0.4.0