Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Since this project is mainly aimed at building a general purpose Web Archiving Toolkit these packages do not contain any applications, instead they are intended to be used as building blocks.

Dependency

<dependency>
<groupId>org.jwat</groupId>
<artifactId>jwat</artifactId>
<version>0.8.0-SNAPSHOT</version>
<type>pom</type>
</dependency>

Usage: 

The WARC reader can be used to read either all the records in a file sequentially or select records in random order.

...