License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdme.meilon.sftp |
ArtifactId | ArtifactIdsftp-pool-client |
Version | Version0.0.3 |
Type | Typejar |
Description |
Descriptionsftp-pool-client
sftp链接池
|
Filename | Size |
---|---|
sftp-pool-client-0.0.3.pom | |
sftp-pool-client-0.0.3.jar | 3 KB |
sftp-pool-client-0.0.3-sources.jar | 2 KB |
sftp-pool-client-0.0.3-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.meilon.sftp/sftp-pool-client/ -->
<dependency>
<groupId>me.meilon.sftp</groupId>
<artifactId>sftp-pool-client</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/me.meilon.sftp/sftp-pool-client/
implementation 'me.meilon.sftp:sftp-pool-client:0.0.3'
// https://jarcasting.com/artifacts/me.meilon.sftp/sftp-pool-client/
implementation ("me.meilon.sftp:sftp-pool-client:0.0.3")
'me.meilon.sftp:sftp-pool-client:jar:0.0.3'
<dependency org="me.meilon.sftp" name="sftp-pool-client" rev="0.0.3">
<artifact name="sftp-pool-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.meilon.sftp', module='sftp-pool-client', version='0.0.3')
)
libraryDependencies += "me.meilon.sftp" % "sftp-pool-client" % "0.0.3"
[me.meilon.sftp/sftp-pool-client "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
me.meilon.sftp : sftp-pool-core | jar | 0.0.1-SNAPSHOT |