is not current version
Last Version 2.10.1

org.hidetake:groovy-ssh 2.8.0

Groovy SSH library

Categories

Categories

IDE Development Tools Groovy Languages
GroupId

GroupId

org.hidetake
ArtifactId

ArtifactId

groovy-ssh
Version

Version

2.8.0
Type

Type

jar

Download groovy-ssh 2.8.0


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