License |
License |
---|---|
GroupId | GroupIdcom.gitee.rslai.commons |
ArtifactId | ArtifactIdssh |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.gitee.rslai.commons:ssh
Encapsulation httpclient
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ssh-0.1.pom | |
ssh-0.1.jar | 19 KB |
ssh-0.1-sources.jar | 14 KB |
ssh-0.1-javadoc.jar | 168 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.rslai.commons/ssh/ -->
<dependency>
<groupId>com.gitee.rslai.commons</groupId>
<artifactId>ssh</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.rslai.commons/ssh/
implementation 'com.gitee.rslai.commons:ssh:0.1'
// https://jarcasting.com/artifacts/com.gitee.rslai.commons/ssh/
implementation ("com.gitee.rslai.commons:ssh:0.1")
'com.gitee.rslai.commons:ssh:jar:0.1'
<dependency org="com.gitee.rslai.commons" name="ssh" rev="0.1">
<artifact name="ssh" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.rslai.commons', module='ssh', version='0.1')
)
libraryDependencies += "com.gitee.rslai.commons" % "ssh" % "0.1"
[com.gitee.rslai.commons/ssh "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.jcraft : jsch | jar | 0.1.55 |
commons-logging : commons-logging | jar | 1.2 |
org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.17 |