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