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