ssh-transport

SSH transport functions for pallet

License

License

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

ssh-transport
Last Version

Last Version

0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

ssh-transport
SSH transport functions for pallet
Source Code Management

Source Code Management

https://github.com/pallet/ssh-transport

Download ssh-transport

How to add to project

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

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
org.cloudhoist : pallet-common jar 0.2.2
ch.qos.logback : logback-classic jar 1.0.1

Project Modules

There are no modules declared in this project.

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

pallet

Versions

Version
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0