Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 461 Bytes

File metadata and controls

12 lines (11 loc) · 461 Bytes

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>