fs2-reactive-streams_0.27
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>co.fs2</groupId> <artifactId>fs2-reactive-streams_0.27</artifactId> <version>3.0-5795280</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>co.fs2</groupId> <artifactId>fs2-reactive-streams_0.27</artifactId> <packaging>bundle</packaging> <description>fs2-reactive-streams</description> <url>https://github.com/typelevel/fs2</url> <version>3.0-5795280</version> <licenses> <license> <name>MIT</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <name>fs2-reactive-streams</name> <inceptionYear>2013</inceptionYear> <organization> <name>Functional Streams for Scala</name> <url>https://github.com/typelevel/fs2</url> </organization> <scm> <url>https://github.com/typelevel/fs2</url> <connection>git@github.com:typelevel/fs2.git</connection> </scm> <developers> <developer> <id>mpilquist</id> <name>Michael Pilquist</name> <url>https://github.com/mpilquist</url> <email>@mpilquist</email> </developer> <developer> <id>pchiusano</id> <name>Paul Chiusano</name> <url>https://github.com/pchiusano</url> <email>@pchiusano</email> </developer> <developer> <id>pchlupacek</id> <name>Pavel Chlupáček</name> <url>https://github.com/pchlupacek</url> <email>@pchlupacek</email> </developer> <developer> <id>SystemFw</id> <name>Fabio Labella</name> <url>https://github.com/SystemFw</url> <email>@SystemFw</email> </developer> <developer> <id>alissapajer</id> <name>Alissa Pajer</name> <url>https://github.com/alissapajer</url> <email>@alissapajer</email> </developer> <developer> <id>djspiewak</id> <name>Daniel Spiewak</name> <url>https://github.com/djspiewak</url> <email>@djspiewak</email> </developer> <developer> <id>fthomas</id> <name>Frank Thomas</name> <url>https://github.com/fthomas</url> <email>@fthomas</email> </developer> <developer> <id>runarorama</id> <name>Rúnar Ó. Bjarnason</name> <url>https://github.com/runarorama</url> <email>@runarorama</email> </developer> <developer> <id>jedws</id> <name>Jed Wesley-Smith</name> <url>https://github.com/jedws</url> <email>@jedws</email> </developer> <developer> <id>durban</id> <name>Daniel Urban</name> <url>https://github.com/durban</url> <email>@durban</email> </developer> </developers> <dependencies> <dependency> <groupId>co.fs2</groupId> <artifactId>fs2-core_0.27</artifactId> <version>3.0-5795280</version> </dependency> <dependency> <groupId>ch.epfl.lamp</groupId> <artifactId>dotty-library_0.27</artifactId> <version>0.27.0-RC1</version> </dependency> <dependency> <groupId>org.reactivestreams</groupId> <artifactId>reactive-streams</artifactId> <version>1.0.3</version> </dependency> </dependencies> </project>