is not current version
Last Version 1.0

io.github.manojpawar94:jssh-client 0.0.2

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.2
Type

Type

jar

Download jssh-client 0.0.2


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