is not current version
Last Version 1.0

io.github.manojpawar94:jssh-client 0.0.1

JSSH clinet to perform operation on remote server. It has been build on top of Jsch.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.manojpawar94
ArtifactId

ArtifactId

jssh-client
Version

Version

0.0.1
Type

Type

jar

Download jssh-client 0.0.1


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