MVN

com.github.robtimus : sftp-fs

Maven & Gradle

Apr 01, 2023
1 usages
30 stars

sftp-fs · An SFTP NIO.2 file system

<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>sftp-fs</artifactId>
    <version>3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.robtimus : sftp-fs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2

All Versions

Choose a version of com.github.robtimus : sftp-fs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
sftp-fs-3.2
3.1
sftp-fs-3.1
3.0.x
sftp-fs-3.0.1
3.0
sftp-fs-3.0
2.0.x
sftp-fs-2.0.6
sftp-fs-2.0.5
sftp-fs-2.0.4
sftp-fs-2.0.3
sftp-fs-2.0.2
sftp-fs-2.0.1
2.0
sftp-fs-2.0
1.4
sftp-fs-1.4
1.3.x
sftp-fs-1.3.3
sftp-fs-1.3.2
sftp-fs-1.3.1
1.3
sftp-fs-1.3
1.2.x
sftp-fs-1.2.1
1.2
sftp-fs-1.2
1.1.x
sftp-fs-1.1.3
sftp-fs-1.1.2
sftp-fs-1.1.1
1.1
sftp-fs-1.1
1.0
sftp-fs-1.0

How to add a dependency to Maven

Add the following com.github.robtimus : sftp-fs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>sftp-fs</artifactId>
    <version>3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.robtimus : sftp-fs gradle dependency to your build.gradle file:

implementation 'com.github.robtimus:sftp-fs:3.2'

Gradle Kotlin DSL: Add the following com.github.robtimus : sftp-fs gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.robtimus:sftp-fs:3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.robtimus : sftp-fs sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.robtimus" % "sftp-fs" % "3.2"

Advertisement