is not current version
Last Version 1.0.1

com.xzixi.self.portal:sftp 1.0.0

sftp文件传输

GroupId

GroupId

com.xzixi.self.portal
ArtifactId

ArtifactId

sftp
Version

Version

1.0.0
Type

Type

pom

Download sftp 1.0.0

Filename Size
sftp-1.0.0.pom 701 bytes
Browse

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