License |
License |
---|---|
Categories |
CategoriesJakarta Server Faces Jakarta EE The Web Tier CLI User Interface |
GroupId | GroupIdme.meilon.jsftp |
ArtifactId | ArtifactIdsftp-pool-client |
Version | Version0.1.3 |
Type | Typejar |
Description |
Descriptionsftp-pool-client
一款基于 apache commons-pool2 和 jsch 实现的 sftp 连接池
|
Filename | Size |
---|---|
sftp-pool-client-0.1.3.pom | |
sftp-pool-client-0.1.3.jar | 5 KB |
sftp-pool-client-0.1.3-sources.jar | 2 KB |
sftp-pool-client-0.1.3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.meilon.jsftp/sftp-pool-client/ -->
<dependency>
<groupId>me.meilon.jsftp</groupId>
<artifactId>sftp-pool-client</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.meilon.jsftp/sftp-pool-client/
implementation 'me.meilon.jsftp:sftp-pool-client:0.1.3'
// https://jarcasting.com/artifacts/me.meilon.jsftp/sftp-pool-client/
implementation ("me.meilon.jsftp:sftp-pool-client:0.1.3")
'me.meilon.jsftp:sftp-pool-client:jar:0.1.3'
<dependency org="me.meilon.jsftp" name="sftp-pool-client" rev="0.1.3">
<artifact name="sftp-pool-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.meilon.jsftp', module='sftp-pool-client', version='0.1.3')
)
libraryDependencies += "me.meilon.jsftp" % "sftp-pool-client" % "0.1.3"
[me.meilon.jsftp/sftp-pool-client "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
me.meilon.jsftp : sftp-pool-core | jar | 0.1.3 |