Last Version

sftp 2.1.3

sftp连接池和springboot启动器

License

License

GroupId

GroupId

com.xzixi
ArtifactId

ArtifactId

sftp
Version

Version

2.1.3
Type

Type

pom
Description

Description

sftp
sftp连接池和springboot启动器
Project URL

Project URL

https://gitee.com/xuelingkang/sftp
Source Code Management

Source Code Management

https://gitee.com/xuelingkang/sftp

Download sftp 2.1.3

Filename Size
sftp-2.1.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/com.xzixi/sftp/ -->
<dependency>
    <groupId>com.xzixi</groupId>
    <artifactId>sftp</artifactId>
    <version>2.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xzixi/sftp/
implementation 'com.xzixi:sftp:2.1.3'
// https://jarcasting.com/artifacts/com.xzixi/sftp/
implementation ("com.xzixi:sftp:2.1.3")
'com.xzixi:sftp:pom:2.1.3'
<dependency org="com.xzixi" name="sftp" rev="2.1.3">
  <artifact name="sftp" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xzixi', module='sftp', version='2.1.3')
)
libraryDependencies += "com.xzixi" % "sftp" % "2.1.3"
[com.xzixi/sftp "2.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • sftp-client
  • sftp-client-spring-boot-starter