| License |
License |
|---|---|
| GroupId | GroupIdcom.sshtools |
| ArtifactId | ArtifactIdvfs-sftp |
| Last Version | Last Version3.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSFTP VFS
Commons VFS provider for SFTP based on Maverick Synergy API
|
| Filename | Size |
|---|---|
| vfs-sftp-3.2.0.pom | |
| vfs-sftp-3.2.0.jar | 19 KB |
| vfs-sftp-3.2.0-sources.jar | 8 KB |
| vfs-sftp-3.2.0-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sshtools/vfs-sftp/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>vfs-sftp</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/vfs-sftp/
implementation 'com.sshtools:vfs-sftp:3.2.0'
// https://jarcasting.com/artifacts/com.sshtools/vfs-sftp/
implementation ("com.sshtools:vfs-sftp:3.2.0")
'com.sshtools:vfs-sftp:jar:3.2.0'
<dependency org="com.sshtools" name="vfs-sftp" rev="3.2.0">
<artifact name="vfs-sftp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='vfs-sftp', version='3.2.0')
)
libraryDependencies += "com.sshtools" % "vfs-sftp" % "3.2.0"
[com.sshtools/vfs-sftp "3.2.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.sshtools : maverick-synergy | jar | 3.0.0-RC8 |
| commons-logging : commons-logging | jar | 1.2 |
| org.apache.commons : commons-vfs2 | jar | 2.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |