is not current version
Last Version 1.1

com.github.icecooly:SshUtil 1.0

A Java library for ssh

GroupId

GroupId

com.github.icecooly
ArtifactId

ArtifactId

SshUtil
Version

Version

1.0
Type

Type

jar

Download SshUtil 1.0


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