Download jwat-arc-1.0.1.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.jwat/jwat-arc/pom.properties
META-INF/maven/org.jwat/jwat-arc/pom.xml
org.jwat.arc.ArcConstants.class
org.jwat.arc.ArcDateParser.class
org.jwat.arc.ArcFieldParsers.class
org.jwat.arc.ArcHeader.class
org.jwat.arc.ArcReader.class
org.jwat.arc.ArcReaderCompressed.class
org.jwat.arc.ArcReaderFactory.class
org.jwat.arc.ArcReaderUncompressed.class
org.jwat.arc.ArcRecord.class
org.jwat.arc.ArcRecordBase.class
org.jwat.arc.ArcVersion.class
org.jwat.arc.ArcVersionBlock.class
org.jwat.arc.ArcVersionHeader.class
org.jwat.arc.ArcWriter.class
org.jwat.arc.ArcWriterCompressed.class
org.jwat.arc.ArcWriterFactory.class
org.jwat.arc.ArcWriterUncompressed.class

Pom

jwat-arc-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-arc</artifactId>

  <dependencies>
    <dependency>
      <groupId>org.jwat</groupId>
      <artifactId>jwat-common</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.jwat</groupId>
      <artifactId>jwat-archive-common</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.jwat</groupId>
      <artifactId>jwat-gzip</artifactId>
      <version>${project.version}</version>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following jwat-arc-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-arc-1.0.1.jar file




PreviousNext

Related