nio-fs-webdav

Java7 FileSystemProviders

License

License

GroupId

GroupId

no.maddin.niofs
ArtifactId

ArtifactId

nio-fs-webdav
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

nio-fs-webdav
Java7 FileSystemProviders

Download nio-fs-webdav

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
com.github.lookfirst : sardine jar 5.8

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
no.maddin.niofs : nio-fs-test-util jar 2.0.1
de.bitinsomnia » webdav-embedded-server jar 0.1

Project Modules

There are no modules declared in this project.

nio-fs-provider

FileSystemProviders for java.nio introduced in Java 7. The binary code is only tested and compiled on Java 8.

It allows File system operation agnostic to the underlying implementation, much like Apache VFS, but now in standard Java.

NB: The project has moved in Maven Central. This library was previously published with groupId no.uis.nio in Maven Central. Version 1.1.7 is the last version under this groupId.

Newer versions are published with groupId no.maddin.niofs.


Get more details at codescene.io.

Versions

Version
2.0.1
2.0.0