Home

Awesome

JWAT-Tools

JWAT-Tools is an extension to the JWAT utility libraries.

This project currently includes a commandline tool with various gzip/arc/warc/xml tasks.

Tasks

Downloads

Releases and snapshot can also be download by following these links.

Releases Snapshots

History

V0.6.3-SNAPSHOT
V0.6.2
V0.6.1
V0.6.0

Maven

jar dependency.

    <dependency>
        <groupId>org.jwat</groupId>
        <artifactId>jwat-tools</artifactId>
        <version>0.6.0</version>
     </dependency>

The following 2 artifacts should be executable and with all required dependencies included, when unpacked.

    <dependency>
        <groupId>org.jwat</groupId>
        <artifactId>jwat-tools</artifactId>
        <version>0.6.0</version>
        <type>tar.gz</type>
    </dependency>

or

    <dependency>
        <groupId>org.jwat</groupId>
        <artifactId>jwat-tools</artifactId>
        <version>0.6.0</version>
        <type>zip</type>
    </dependency>