is not current version
Last Version 0.3.2

org.cloudhoist:ssh-transport 0.1.1

SSH transport functions for pallet

GroupId

GroupId

org.cloudhoist
ArtifactId

ArtifactId

ssh-transport
Version

Version

0.1.1
Type

Type

jar

Download ssh-transport 0.1.1


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