| License |
License |
|---|---|
| GroupId | GroupIdcom.xzixi |
| ArtifactId | ArtifactIdsftp-pool |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionsftp-pool
sftp连接池
|
| Filename | Size |
|---|---|
| sftp-pool-1.0.pom | |
| sftp-pool-1.0.jar | 12 KB |
| sftp-pool-1.0-sources.jar | 8 KB |
| sftp-pool-1.0-javadoc.jar | 89 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.xzixi/sftp-pool/ -->
<dependency>
<groupId>com.xzixi</groupId>
<artifactId>sftp-pool</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi/sftp-pool/
implementation 'com.xzixi:sftp-pool:1.0'
// https://jarcasting.com/artifacts/com.xzixi/sftp-pool/
implementation ("com.xzixi:sftp-pool:1.0")
'com.xzixi:sftp-pool:jar:1.0'
<dependency org="com.xzixi" name="sftp-pool" rev="1.0">
<artifact name="sftp-pool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.xzixi', module='sftp-pool', version='1.0')
)
libraryDependencies += "com.xzixi" % "sftp-pool" % "1.0"
[com.xzixi/sftp-pool "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-pool2 | jar | 2.6.1 |
| com.jcraft : jsch | jar | 0.1.55 |
| org.projectlombok : lombok Optional | jar | 1.18.6 |