Last Version

jssh-client 1.0

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.manojpawar94
ArtifactId

ArtifactId

jssh-client
Version

Version

1.0
Type

Type

jar
Description

Description

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

Download jssh-client 1.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.jcraft : jsch jar 0.1.55
org.apache.commons : commons-lang3 jar 3.12.0
commons-io : commons-io jar 2.8.0
commons-cli : commons-cli jar 1.4

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.18

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.