License |
License |
---|---|
GroupId | GroupIdcom.github.robtimus |
ArtifactId | ArtifactIdsftp-fs |
Last Version | Last Version2.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsftp-fs
An SFTP NIO.2 file system
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sftp-fs-2.0.4.pom | |
sftp-fs-2.0.4.jar | 74 KB |
sftp-fs-2.0.4-sources.jar | 43 KB |
sftp-fs-2.0.4-javadoc.jar | 94 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.robtimus/sftp-fs/ -->
<dependency>
<groupId>com.github.robtimus</groupId>
<artifactId>sftp-fs</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robtimus/sftp-fs/
implementation 'com.github.robtimus:sftp-fs:2.0.4'
// https://jarcasting.com/artifacts/com.github.robtimus/sftp-fs/
implementation ("com.github.robtimus:sftp-fs:2.0.4")
'com.github.robtimus:sftp-fs:jar:2.0.4'
<dependency org="com.github.robtimus" name="sftp-fs" rev="2.0.4">
<artifact name="sftp-fs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robtimus', module='sftp-fs', version='2.0.4')
)
libraryDependencies += "com.github.robtimus" % "sftp-fs" % "2.0.4"
[com.github.robtimus/sftp-fs "2.0.4"]
Group / Artifact | Type | Version |
---|---|---|
com.github.robtimus : fs-core | jar | 2.0.1 |
com.jcraft : jsch | jar | 0.1.55 |
org.slf4j : slf4j-api Optional | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.mockito : mockito-core | jar | 3.8.0 |
org.apache.sshd : sshd-core | jar | 1.7.0 |
org.slf4j : slf4j-log4j12 | jar | 1.7.30 |