WebDAV Adapter

Adapter to access a `java.nio` file system using WebDAV.

Лицензия

Лицензия

Группа

Группа

com.impact
Идентификатор

Идентификатор

vfs-webdav
Последняя версия

Последняя версия

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

WebDAV Adapter
Adapter to access a `java.nio` file system using WebDAV.
Ссылка на сайт

Ссылка на сайт

https://github.com/ImpactInc/vfs/tree/master/webdav
Система контроля версий

Система контроля версий

https://github.com/ImpactInc/vfs/tree/master

Скачать vfs-webdav

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-jdk14 jar 1.7.10
javax.servlet : servlet-api jar 2.5
org.apache.jackrabbit : jackrabbit-webdav jar 2.15.2

Модули Проекта

Данный проект не имеет модулей.

vfs

A collection of file system related libraries.

  • mysqlfs is a java.nio file system implemented on top of two DB tables.

  • webdav is an adapter to access a java.nio file system using WebDAV.

  • ftpd is an adapter to access a java.nio file system using FTP.

  • examples is a program to showcase the libraries working together.

Quick Start

./gradlew :examples:shadowJar
java -jar examples/build/libs/examples-1.0.jar

Use --help on the latter to get summary information of options.

Without other options the command connects as user root without password to the default MySQL instance on localhost. In the test schema it adds two tables, direntry and blocks.

Maven Central

Maven dependency:

<dependency>
  <groupId>com.impact</groupId>
  <artifactId>vfs-webdav</artifactId>
  <version>1.0</version>
</dependency>

Gradle:

implementation 'com.impact:vfs-webdav:1.0'
com.impact

Impact

World's leading partnership automation platform

Версии библиотеки

Версия
1.0