| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.xzixi |
| ArtifactId | ArtifactIdsftp-client |
| Last Version | Last Version2.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsftp连接池
|
| Filename | Size |
|---|---|
| sftp-client-2.1.3.pom | |
| sftp-client-2.1.3.jar | 19 KB |
| sftp-client-2.1.3-sources.jar | 11 KB |
| sftp-client-2.1.3-javadoc.jar | 111 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xzixi/sftp-client/ -->
<dependency>
<groupId>com.xzixi</groupId>
<artifactId>sftp-client</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi/sftp-client/
implementation 'com.xzixi:sftp-client:2.1.3'
// https://jarcasting.com/artifacts/com.xzixi/sftp-client/
implementation ("com.xzixi:sftp-client:2.1.3")
'com.xzixi:sftp-client:jar:2.1.3'
<dependency org="com.xzixi" name="sftp-client" rev="2.1.3">
<artifact name="sftp-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi', module='sftp-client', version='2.1.3')
)
libraryDependencies += "com.xzixi" % "sftp-client" % "2.1.3"
[com.xzixi/sftp-client "2.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jcraft : jsch | jar | 0.1.55 |
| org.apache.commons : commons-pool2 | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar |