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.
License |
License |
---|---|
GroupId | GroupIdorg.cloudhoist |
ArtifactId | ArtifactIdssh-transport |
Last Version | Last Version0.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionssh-transport
SSH transport functions for pallet
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ssh-transport-0.3.2.pom | |
ssh-transport-0.3.2.jar | 4 KB |
ssh-transport-0.3.2-sources.jar | 3 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.4.0 |
org.clojure : tools.logging | jar | 0.2.0 |
clj-ssh » clj-ssh | jar | 0.5.2 |
Group / Artifact | Type | Version |
---|---|---|
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.