play-iteratees-reactive-streams


License

License

Categories

Categories

React User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries
GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

play-iteratees-reactive-streams_2.11
Last Version

Last Version

2.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

play-iteratees-reactive-streams
play-iteratees-reactive-streams
Project URL

Project URL

https://github.com/playframework/play-iteratees
Project Organization

Project Organization

com.typesafe.play
Source Code Management

Source Code Management

https://github.com/playframework/play-iteratees

Download play-iteratees-reactive-streams_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-iteratees-reactive-streams_2.11/ -->
<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-iteratees-reactive-streams_2.11</artifactId>
    <version>2.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-iteratees-reactive-streams_2.11/
implementation 'com.typesafe.play:play-iteratees-reactive-streams_2.11:2.6.1'
// https://jarcasting.com/artifacts/com.typesafe.play/play-iteratees-reactive-streams_2.11/
implementation ("com.typesafe.play:play-iteratees-reactive-streams_2.11:2.6.1")
'com.typesafe.play:play-iteratees-reactive-streams_2.11:jar:2.6.1'
<dependency org="com.typesafe.play" name="play-iteratees-reactive-streams_2.11" rev="2.6.1">
  <artifact name="play-iteratees-reactive-streams_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-iteratees-reactive-streams_2.11', version='2.6.1')
)
libraryDependencies += "com.typesafe.play" % "play-iteratees-reactive-streams_2.11" % "2.6.1"
[com.typesafe.play/play-iteratees-reactive-streams_2.11 "2.6.1"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8
com.typesafe.play : play-iteratees_2.11 jar 2.6.1
org.reactivestreams : reactive-streams jar 1.0.0

test (3)

Group / Artifact Type Version
org.specs2 : specs2-core_2.11 jar 3.8.6
org.specs2 : specs2-junit_2.11 jar 3.8.6
org.specs2 : specs2-mock_2.11 jar 3.8.6

Project Modules

There are no modules declared in this project.

End of Life

The active Playframework contributors consider this repository has reached End of Life and archived it.

This repository is not being used anymore and won't get any further updates.

Thank you to all contributors that worked on this repository!

Play Iteratees Library

This is the Play iteratees library. It has two modules, play-iteratees, which provides the iteratees themselves, as well as play-iteratees-reactive-streams, which provides a reactive streams implementation on top of iteratees.

Library Dependencies

To add play-iteratees to your project:

libraryDependencies += "com.typesafe.play" %% "play-iteratees" % "2.6.1"

To add play-iteratees reactive streams to your project:

libraryDependencies += "com.typesafe.play" %% "play-iteratees-reactive-streams" % "2.6.1"

Documentation

The Play Iteratees implementation is described in the Play 2.5.x documentation on Iteratees. If you are looking to migrate from iteratees to streams, the migration guide has a section:

If you are using Play 2.6.x or higher and are looking for Streams class, you can find it under:

com.typesafe.play

Play Framework

Versions

Version
2.6.1
2.6.0