is not current version
Last Version 1.0.1

com.xzixi.self.portal:sftp-client 1.0.0

sftp连接池

Categories

Categories

CLI User Interface
GroupId

GroupId

com.xzixi.self.portal
ArtifactId

ArtifactId

sftp-client
Version

Version

1.0.0
Type

Type

jar

Download sftp-client 1.0.0


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