Download jwat-warc-1.0.1.jar file

Introduction

You can download jwat-warc-1.0.1.jar in this page.

License

Open Source

Type List

jwat-warc-1.0.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.jwat/jwat-warc/pom.properties
META-INF/maven/org.jwat/jwat-warc/pom.xml
org.jwat.warc.WarcConcurrentTo.class
org.jwat.warc.WarcConstants.class
org.jwat.warc.WarcDateParser.class
org.jwat.warc.WarcDigest.class
org.jwat.warc.WarcFieldParsers.class
org.jwat.warc.WarcHeader.class
org.jwat.warc.WarcReader.class
org.jwat.warc.WarcReaderCompressed.class
org.jwat.warc.WarcReaderFactory.class
org.jwat.warc.WarcReaderUncompressed.class
org.jwat.warc.WarcRecord.class
org.jwat.warc.WarcWriter.class
org.jwat.warc.WarcWriterCompressed.class
org.jwat.warc.WarcWriterFactory.class
org.jwat.warc.WarcWriterUncompressed.class

Pom

jwat-warc-1.0.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.jwat</groupId>
    <artifactId>jwat</artifactId>
    <version>1.0.1</version>
  </parent>

  <artifactId>jwat-warc</artifactId>

  <dependencies>
    <dependency>
      <groupId>org.jwat</groupId>
      <artifactId>jwat-common</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jwat</groupId>
      <artifactId>jwat-archive-common</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jwat</groupId>
      <artifactId>jwat-gzip</artifactId>
      <version>${project.version}</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.bouncycastle</groupId>
      <artifactId>bcprov-jdk15</artifactId>
      <version>1.45</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jwat</groupId>
   <artifactId>jwat-warc</artifactId>
   <version>1.0.1</version>
</dependency>

Download

If you think the following jwat-warc-1.0.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jwat-warc-1.0.1.jar file




PreviousNext

Related