org.cloudhoist:git

Pallet - parent pom

Лицензия

Лицензия

Категории

Категории

Git Инструменты разработки Контроль версий
Группа

Группа

org.cloudhoist
Идентификатор

Идентификатор

git
Последняя версия

Последняя версия

0.7.0-beta.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Pallet - parent pom
Система контроля версий

Система контроля версий

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

Скачать git

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.clojure : clojure jar 1.2.1
org.cloudhoist : pallet jar 0.7.1

test (1)

Идентификатор библиотеки Тип Версия
org.cloudhoist : pallet-crates-test jar 0.7.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
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