iteratees-extras


License

License

GroupId

GroupId

com.typesafe.play.extras
ArtifactId

ArtifactId

iteratees-extras_2.10
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

iteratees-extras
iteratees-extras
Project URL

Project URL

https://github.com/jroper/play-iteratees-extras
Project Organization

Project Organization

com.typesafe.play.extras
Source Code Management

Source Code Management

https://github.com/jroper/play-iteratees-extras

Download iteratees-extras_2.10

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.10.4

provided (1)

Group / Artifact Type Version
com.typesafe.play : play_2.10 jar 2.4.1

test (1)

Group / Artifact Type Version
org.specs2 : specs2-core_2.10 jar 3.3.1

Project Modules

There are no modules declared in this project.

Play Iteratees Extras

This is an unofficial library for extra Play iteratees that you may find useful.

Since it is unofficial, don't expect any support, bug fixes or updates in any sort of timely manner. Also don't expect any sort of backwards compatibility between releases. But do expect to find some iteratees that you may find very useful in your projects.

Currently the library contains the following tools:

  • Character encoding enumeratee for decoding streams of byte arrays
  • Some useful combinator style iteratees for parsing streams of character arrays
  • An error reporting enumeratee for including context to error messages when using combinators
  • A full JSON parser, allowing streaming parsing of JSON without writing all the JSON into memory (using a JSON enumeratee parser)

To use with Play 2.5, simply add the following library dependency to your build:

libraryDependencies += "com.typesafe.play.extras" %% "iteratees-extras" % "1.6.0"

Versions

Version
1.5.0