SSH Transport
Functions for executing scripts over SSH. Used by pallet.
Usage
Add the following to your :dependencies:
[com.palletops/ssh-transport "0.7.0"]
License
Licensed under EPL
Copyright 2011, 2012, 2013 Hugo Duncan.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.cloudhoist |
| Идентификатор | Идентификаторssh-transport |
| Последняя версия | Последняя версия0.3.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеssh-transport
SSH transport functions for pallet
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ssh-transport-0.3.2.pom | |
| ssh-transport-0.3.2.jar | 4 KB |
| ssh-transport-0.3.2-sources.jar | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.cloudhoist/ssh-transport/ -->
<dependency>
<groupId>org.cloudhoist</groupId>
<artifactId>ssh-transport</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cloudhoist/ssh-transport/
implementation 'org.cloudhoist:ssh-transport:0.3.2'
// https://jarcasting.com/artifacts/org.cloudhoist/ssh-transport/
implementation ("org.cloudhoist:ssh-transport:0.3.2")
'org.cloudhoist:ssh-transport:jar:0.3.2'
<dependency org="org.cloudhoist" name="ssh-transport" rev="0.3.2">
<artifact name="ssh-transport" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cloudhoist', module='ssh-transport', version='0.3.2')
)
libraryDependencies += "org.cloudhoist" % "ssh-transport" % "0.3.2"
[org.cloudhoist/ssh-transport "0.3.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.clojure : clojure | jar | 1.4.0 |
| org.clojure : tools.logging | jar | 0.2.0 |
| clj-ssh » clj-ssh | jar | 0.5.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.cloudhoist : pallet-common | jar | 0.2.2 |
| ch.qos.logback : logback-classic | jar | 1.0.1 |
Functions for executing scripts over SSH. Used by pallet.
Add the following to your :dependencies:
[com.palletops/ssh-transport "0.7.0"]
Licensed under EPL
Copyright 2011, 2012, 2013 Hugo Duncan.