tar-fs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tar-fs</artifactId>
<version>3.1.3</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-fs</artifactId>
<version>3.1.3</version>
<name>tar-fs</name>
<description>filesystem bindings for tar-stream</description>
<url>https://github.com/mafintosh/tar-fs</url>
<organization>
<name>Mathias Buus</name>
<url>https://github.com/mafintosh/tar-fs</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-fs.git</connection>
<developerConnection>https://github.com/mafintosh/tar-fs.git</developerConnection>
<url>https://github.com/mafintosh/tar-fs</url>
</scm>
<issueManagement>
<url>https://github.com/mafintosh/tar-fs/issues</url>
</issueManagement>
<properties>
<org.mvnpm-tar-stream.version>[3.1.5,4)</org.mvnpm-tar-stream.version>
<org.mvnpm-pump.version>[3.0.0,4)</org.mvnpm-pump.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>pump</artifactId>
<version>${org.mvnpm-pump.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>tar-stream</artifactId>
<version>${org.mvnpm-tar-stream.version}</version>
</dependency>
</dependencies>
</project>