tar-stream
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tar-stream</artifactId>
<version>3.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>tar-stream</artifactId>
<version>3.2.0</version>
<name>tar-stream</name>
<description>tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.</description>
<url>https://github.com/mafintosh/tar-stream</url>
<organization>
<name>Mathias Buus</name>
<url>https://github.com/mafintosh/tar-stream</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mafintosh</name>
<email>mathiasbuus@gmail.com</email>
</developer>
<developer>
<name>maxogden</name>
<email>max@maxogden.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mafintosh/tar-stream.git</connection>
<developerConnection>https://github.com/mafintosh/tar-stream.git</developerConnection>
<url>https://github.com/mafintosh/tar-stream</url>
</scm>
<issueManagement>
<url>https://github.com/mafintosh/tar-stream/issues</url>
</issueManagement>
<properties>
<org.mvnpm-bare-fs.version>[4.5.5,5)</org.mvnpm-bare-fs.version>
<org.mvnpm-b4a.version>[1.6.4,2)</org.mvnpm-b4a.version>
<org.mvnpm-streamx.version>[2.15.0,3)</org.mvnpm-streamx.version>
<org.mvnpm-fast-fifo.version>[1.2.0,2)</org.mvnpm-fast-fifo.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>b4a</artifactId>
<version>${org.mvnpm-b4a.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>bare-fs</artifactId>
<version>${org.mvnpm-bare-fs.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>fast-fifo</artifactId>
<version>${org.mvnpm-fast-fifo.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>streamx</artifactId>
<version>${org.mvnpm-streamx.version}</version>
</dependency>
</dependencies>
</project>