SshUtil

A Java library for ssh

License

License

GroupId

GroupId

com.github.icecooly
ArtifactId

ArtifactId

SshUtil
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

SshUtil
A Java library for ssh
Project URL

Project URL

https://github.com/icecooly/SshUtil
Source Code Management

Source Code Management

https://github.com/icecooly/SshUtil

Download SshUtil

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.jcraft : jsch jar 0.1.55
org.slf4j : slf4j-api jar 1.7.25

test (3)

Group / Artifact Type Version
org.apache.logging.log4j : log4j-core jar 2.6.2
org.apache.logging.log4j : log4j-api jar 2.6.2
org.apache.logging.log4j : log4j-slf4j-impl jar 2.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0