duplexify
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>duplexify</artifactId>
<version>4.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>duplexify</artifactId>
<version>4.1.3</version>
<name>duplexify</name>
<description>Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input</description>
<url>https://github.com/mafintosh/duplexify</url>
<organization>
<name>Mathias Buus</name>
<url>https://github.com/mafintosh/duplexify</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mafintosh</name>
<email>mathiasbuus@gmail.com</email>
</developer>
</developers>
<scm>
<connection>git://github.com/mafintosh/duplexify.git</connection>
<developerConnection>git://github.com/mafintosh/duplexify.git</developerConnection>
<url>git://github.com/mafintosh/duplexify</url>
</scm>
<issueManagement>
<url>https://github.com/mafintosh/duplexify/issues</url>
</issueManagement>
<properties>
<org.mvnpm-inherits.version>[2.0.3,3)</org.mvnpm-inherits.version>
<org.mvnpm-readable-stream.version>[3.1.1,4)</org.mvnpm-readable-stream.version>
<org.mvnpm-end-of-stream.version>[1.4.1,2)</org.mvnpm-end-of-stream.version>
<org.mvnpm-stream-shift.version>[1.0.2,2)</org.mvnpm-stream-shift.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>end-of-stream</artifactId>
<version>${org.mvnpm-end-of-stream.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>inherits</artifactId>
<version>${org.mvnpm-inherits.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>readable-stream</artifactId>
<version>${org.mvnpm-readable-stream.version}</version>
</dependency>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>stream-shift</artifactId>
<version>${org.mvnpm-stream-shift.version}</version>
</dependency>
</dependencies>
</project>