WARC-reader

test version of WARC-reader

License

License

GroupId

GroupId

com.mixnode.utils
ArtifactId

ArtifactId

warcreader
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

WARC-reader
test version of WARC-reader
Project URL

Project URL

https://github.com/Mixnode/mixnode-warcreader-java
Source Code Management

Source Code Management

https://github.com/Mixnode/mixnode-warcreader-java/tree/master

Download warcreader

How to add to project

<!-- https://jarcasting.com/artifacts/com.mixnode.utils/warcreader/ -->
<dependency>
    <groupId>com.mixnode.utils</groupId>
    <artifactId>warcreader</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mixnode.utils/warcreader/
implementation 'com.mixnode.utils:warcreader:1.0'
// https://jarcasting.com/artifacts/com.mixnode.utils/warcreader/
implementation ("com.mixnode.utils:warcreader:1.0")
'com.mixnode.utils:warcreader:jar:1.0'
<dependency org="com.mixnode.utils" name="warcreader" rev="1.0">
  <artifact name="warcreader" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mixnode.utils', module='warcreader', version='1.0')
)
libraryDependencies += "com.mixnode.utils" % "warcreader" % "1.0"
[com.mixnode.utils/warcreader "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
commons-httpclient : commons-httpclient jar 3.1
org.apache.httpcomponents : httpcore jar 4.4.5
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

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>
com.mixnode.utils

Mixnode

A fast, flexible and massively scalable platform to extract data from the web.

Versions

Version
1.0