Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 935 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 935 Bytes

Commons VFS extensions

Build Status

A set of commons-vfs extensions allowing better behaviour of that excellent library by relying upon some third-party libraries.

Currently

  • commons-vfs-webdav-sardine
  • commons-vfs-truezip-zip

Notice these artifacts are available, according to POM, under the LGPL license and in a repository near you : jsut add one artifact to your POM and it should work. As an example, commons-vfs-webdav-sardine can be added to your project simply by adding that dependency

<dependency>
  	<groupId>fr.perigee</groupId>
  <artifactId>commons-vfs-webdav-sardine</artifactId>
  <version>0.0.2</version>
</dependency>

Only version currently available are 0.0.1 and 0.0.2. I suggest you use the 0.0.2 only.