Commons-VFS extensions

Some extensions allowing usage of other libraries as Commons-VFS alternative backends

License

License

GroupId

GroupId

fr.perigee
ArtifactId

ArtifactId

commons-vfs-extensions
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

Commons-VFS extensions
Some extensions allowing usage of other libraries as Commons-VFS alternative backends
Project URL

Project URL

https://github.com/Riduidel/commons-vfs-extensions/
Project Organization

Project Organization

Perigee
Source Code Management

Source Code Management

https://github.com/Riduidel/commons-vfs-extensions.git

Download commons-vfs-extensions

How to add to project

<!-- https://jarcasting.com/artifacts/fr.perigee/commons-vfs-extensions/ -->
<dependency>
    <groupId>fr.perigee</groupId>
    <artifactId>commons-vfs-extensions</artifactId>
    <version>0.0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-extensions/
implementation 'fr.perigee:commons-vfs-extensions:0.0.5'
// https://jarcasting.com/artifacts/fr.perigee/commons-vfs-extensions/
implementation ("fr.perigee:commons-vfs-extensions:0.0.5")
'fr.perigee:commons-vfs-extensions:pom:0.0.5'
<dependency org="fr.perigee" name="commons-vfs-extensions" rev="0.0.5">
  <artifact name="commons-vfs-extensions" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.perigee', module='commons-vfs-extensions', version='0.0.5')
)
libraryDependencies += "fr.perigee" % "commons-vfs-extensions" % "0.0.5"
[fr.perigee/commons-vfs-extensions "0.0.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

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

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.

Versions

Version
0.0.5
0.0.2
0.0.1