streamx
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>streamx</artifactId>
<version>2.26.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>streamx</artifactId>
<version>2.26.0</version>
<name>streamx</name>
<description>An iteration of the Node.js core streams with a series of improvements</description>
<url>https://github.com/mafintosh/streamx</url>
<organization>
<name>Mathias Buus</name>
<url>https://github.com/mafintosh/streamx</url>
</organization>
<licenses>
<license>
<name>MIT</name>
</license>
</licenses>
<developers>
<developer>
<name>mafintosh</name>
<email>mathiasbuus@gmail.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/mafintosh/streamx.git</connection>
<developerConnection>https://github.com/mafintosh/streamx.git</developerConnection>
<url>https://github.com/mafintosh/streamx</url>
</scm>
<issueManagement>
<url>https://github.com/mafintosh/streamx/issues</url>
</issueManagement>
<properties>
<org.mvnpm-events-universal.version>[1.0.0,2)</org.mvnpm-events-universal.version>
<org.mvnpm-text-decoder.version>[1.1.0,2)</org.mvnpm-text-decoder.version>
<org.mvnpm-fast-fifo.version>[1.3.2,2)</org.mvnpm-fast-fifo.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>events-universal</artifactId>
<version>${org.mvnpm-events-universal.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>text-decoder</artifactId>
<version>${org.mvnpm-text-decoder.version}</version>
</dependency>
</dependencies>
</project>