is not current version
Last Version 2.0.4

com.github.robtimus:sftp-fs 2.0.2

An SFTP NIO.2 file system

GroupId

GroupId

com.github.robtimus
ArtifactId

ArtifactId

sftp-fs
Version

Version

2.0.2
Type

Type

jar

Download sftp-fs 2.0.2


<!-- https://jarcasting.com/artifacts/com.github.robtimus/sftp-fs/ -->
<dependency>
    <groupId>com.github.robtimus</groupId>
    <artifactId>sftp-fs</artifactId>
    <version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/sftp-fs/
implementation 'com.github.robtimus:sftp-fs:2.0.2'
// https://jarcasting.com/artifacts/com.github.robtimus/sftp-fs/
implementation ("com.github.robtimus:sftp-fs:2.0.2")
'com.github.robtimus:sftp-fs:jar:2.0.2'
<dependency org="com.github.robtimus" name="sftp-fs" rev="2.0.2">
  <artifact name="sftp-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='sftp-fs', version='2.0.2')
)
libraryDependencies += "com.github.robtimus" % "sftp-fs" % "2.0.2"
[com.github.robtimus/sftp-fs "2.0.2"]