Example App

Program to showcase the libraries working together.

Лицензия

Лицензия

Группа

Группа

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

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

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

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Example App
Program to showcase the libraries working together.
Ссылка на сайт

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

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

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

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

Скачать vfs-examples

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

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

Зависимости

compile (12)

Идентификатор библиотеки Тип Версия
mysql : mysql-connector-java jar 6.0.6
org.slf4j : slf4j-log4j12 jar 1.7.10
com.impact : vfs-mysql jar 1.0
com.impact : vfs-webdav jar 1.0
com.impact : vfs-ftpd jar 1.0
org.eclipse.jetty : jetty-server jar 9.3.0.M1
org.eclipse.jetty : jetty-servlet jar 9.3.0.M1
org.eclipse.jetty : jetty-webapp jar 9.3.0.M1
org.apache.tomcat : tomcat-jdbc jar 7.0.62
com.upplication : s3fs jar 1.5.3
com.github.marschall : zipfilesystem-standalone jar 1.0.1
args4j : args4j jar 2.33

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

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

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