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