s

sftp-remote-client

Files download
File Operation
sftp-remote-client-0.5.16.jar download
sftp-remote-client-0.5.16.pom download
sftp-remote-client-0.5.16-sources.jar download
Apache Maven
<dependency>
  <groupId>cz.pumpitup.pn5</groupId>
  <artifactId>sftp-remote-client</artifactId>
  <version>0.5.16</version>
</dependency>
Gradle Groovy
implementation 'cz.pumpitup.pn5:sftp-remote-client:0.5.16'
Gradle Kotlin
implementation("cz.pumpitup.pn5:sftp-remote-client:0.5.16")
Scala SBT
libraryDependencies += "cz.pumpitup.pn5" % "sftp-remote-client" % "0.5.16"
Groovy Grape
@Grapes(
  @Grab(group='cz.pumpitup.pn5', module='sftp-remote-client', version='0.5.16')
)
Apache Ivy
<dependency org="cz.pumpitup.pn5" name="sftp-remote-client" rev="0.5.16" />
Leiningen
[cz.pumpitup.pn5/sftp-remote-client "0.5.16"]
Apache Buildr
'cz.pumpitup.pn5:sftp-remote-client:jar:0.5.16'