is not current version
Last Version 2.4

io.github.shirohoo:sftp-client 1.5

A application used as an example on how to set up pushing its components to the Central Repository.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.shirohoo
ArtifactId

ArtifactId

sftp-client
Version

Version

1.5
Type

Type

jar

Download sftp-client 1.5


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