pallet-common

Common functions used across pallet projects

License

License

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

pallet-common
Last Version

Last Version

0.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

pallet-common
Common functions used across pallet projects
Source Code Management

Source Code Management

https://github.com/pallet/common

Download pallet-common

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.clojure : clojure jar 1.4.0

provided (1)

Group / Artifact Type Version
org.clojure : tools.logging jar 0.2.0

test (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.14
ch.qos.logback : logback-classic jar 1.0.0

Project Modules

There are no modules declared in this project.

pallet.common

A library containing general purpose functions and macros for use across other pallet libraries.

See reference documentation and annotated source.

Installation

pallet-common is distributed as a jar, and is available in the clojars repository.

Installation is with leiningen or maven.

lein

Add the following to your project.clj file:

:dependencies [[com.palletops/pallet-common "0.4.0"]]

maven

Add the following to your dependencies in pom.xml:

<dependencies>
  <dependency>
    <groupId>comp.palletops</groupId>
    <artifactId>pallet-common</artifactId>
    <version>0.4.0</version>
  </dependency>
<dependencies>

License

Licensed under EPL

Copyright 2011, 2012, 2013 Hugo Duncan.

org.cloudhoist

pallet

Versions

Version
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0