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.

Used as a Maven Dependency

If you want to use JWAT from any build environment that supports artifacts the following can be used.

Code Block

...

titlepom.xml
borderStylesolid

<dependency>
  <groupId>org.jwat</groupId>

...


  <artifactId>jwat</artifactId>

...


  <version>0.8.0-SNAPSHOT</version>

...


  <type>pom</type>

...


</dependency>

Used as jars.

If you want to use the jars by themselves you can just download them and place them in the classpath.

Usage: 

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

...