workspace

Vert.x module for unzipping .zip files

Лицензия

Лицензия

Группа

Группа

fr.wseduc
Идентификатор

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

mod-zip
Последняя версия

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

1.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

workspace
Vert.x module for unzipping .zip files
Ссылка на сайт

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

https://github.com/web-education/mod-zip
Система контроля версий

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

https://github.com/web-education/mod-zip.git

Скачать mod-zip

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.10
io.vertx : testtools jar 2.0.0-final

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

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

Vert.x Zip Module

Simple worker module that given the file path of a file or directory, zip it returns the filename in a Json message

Configuration

Fields:

address: The address on the event bus where to listen for messages

Usage

Send a Json message to address.

Fields:

  • path: Mandatory. Path of a file or directory to zip. It must exist
  • zipFile: Optional. Name of the output zip file. If not specified a ramdom name will be generated. The zip file will be created if it does not exist already.
  • deletePath: Optional. Boolean. If true then the source path will be deleted afterwards. Default is false.
fr.wseduc

Open Digital Education

Startup EdTech, notre vocation est de concevoir des solutions qui font évoluer les pratiques pédagogiques et favorisent la réussite scolaire

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

Версия
1.0.1