org.cloudhoist:git

Pallet - parent pom

License

License

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

git
Last Version

Last Version

0.7.0-beta.1
Release Date

Release Date

Type

Type

jar
Description

Description

Pallet - parent pom
Source Code Management

Source Code Management

https://github.com/pallet/git-crate

Download git

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.clojure : clojure jar 1.2.1
org.cloudhoist : pallet jar 0.7.1

test (1)

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

Project Modules

There are no modules declared in this project.

Repository · Issues · API docs · Annotated source · Release Notes

Install and configure git.

Dependency Information

:dependencies [[com.palletops/git-crate "0.8.0-alpha.2"]]

Releases

Pallet Crate Version Repo GroupId
0.8.0-beta.1 0.8.0-alpha.2 clojars com.palletops Release Notes Source

Usage

To add git to a server-spec or a group-spec:

(require '[pallet.crate.git :as git])
(server-spec :extends (git/git {}))

Git is installed during the :install phase, so make sure to include that phase during converge.

Provides clone, pull and checkout functions, and a branch? function.

Support

On the group, or #pallet on freenode irc.

License

Licensed under EPL

Copyright 2010, 2011, 2012, 2013 Hugo Duncan.

org.cloudhoist

pallet

Versions

Version
0.7.0-beta.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.4.0-beta-1