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