/mixnode-warcreader-java

Read Web ARChive (WARC) files in Java.

Primary LanguageJavaOtherNOASSERTION

Mixnode WARC Reader for Java

This library makes reading WARC files in Java extremely easy. It is open source and compatible with the latest WARC standard ( WARC-1.1 ).

Download

Download the latest version via Maven

<dependency>
   <groupId>com.mixnode.utils</groupId>
   <artifactId>warcreader</artifactId>
   <version>1.0</version>
</dependency>