workspace

Vert.x module for unzipping .zip files

License

License

GroupId

GroupId

fr.wseduc
ArtifactId

ArtifactId

mod-zip
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

workspace
Vert.x module for unzipping .zip files
Project URL

Project URL

https://github.com/web-education/mod-zip
Source Code Management

Source Code Management

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

Download mod-zip

How to add to project

<!-- 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"]

Dependencies

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
io.vertx : testtools jar 2.0.0-final

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0.1