is not current version
Last Version 3.2.0

com.sshtools:vfs-webdav 3.0.1

A WebDAV Commons VFS provider which is a fork of commons-vfs-webdav-sardine (and thus Sardine based too). Currently minor bug fixes, alignment with latest HTTPClient library and other tweaks.

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

vfs-webdav
Version

Version

3.0.1
Type

Type

jar

Download vfs-webdav 3.0.1


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