License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.manojpawar94 |
ArtifactId | ArtifactIdjssh-client |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionjssh-client
JSSH clinet to perform operation on remote server. It has been build on top of Jsch.
|
Filename | Size |
---|---|
jssh-client-1.0.pom | |
jssh-client-1.0.jar | 23 KB |
jssh-client-1.0-sources.jar | 8 KB |
jssh-client-1.0-javadoc.jar | 425 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |