License |
License |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdplay-streams_2.12 |
Version | Version2.8.16 |
Type | Typejar |
Description |
DescriptionPlay-Streams
Play-Streams
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
play-streams_2.12-2.8.16.pom | |
play-streams_2.12-2.8.16.jar | 85 KB |
play-streams_2.12-2.8.16-sources.jar | 15 KB |
play-streams_2.12-2.8.16-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-streams_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-streams_2.12</artifactId>
<version>2.8.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-streams_2.12/
implementation 'com.typesafe.play:play-streams_2.12:2.8.16'
// https://jarcasting.com/artifacts/com.typesafe.play/play-streams_2.12/
implementation ("com.typesafe.play:play-streams_2.12:2.8.16")
'com.typesafe.play:play-streams_2.12:jar:2.8.16'
<dependency org="com.typesafe.play" name="play-streams_2.12" rev="2.8.16">
<artifact name="play-streams_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-streams_2.12', version='2.8.16')
)
libraryDependencies += "com.typesafe.play" % "play-streams_2.12" % "2.8.16"
[com.typesafe.play/play-streams_2.12 "2.8.16"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.13 |
org.reactivestreams : reactive-streams | jar | 1.0.3 |
com.typesafe.akka : akka-stream_2.12 | jar | 2.6.19 |
org.scala-lang.modules : scala-java8-compat_2.12 | jar | 0.9.1 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.12 | jar | 4.8.3 |
org.specs2 : specs2-junit_2.12 | jar | 4.8.3 |
org.specs2 : specs2-mock_2.12 | jar | 4.8.3 |
junit : junit | jar | 4.13.2 |
com.novocode : junit-interface | jar | 0.11 |
org.easytesting : fest-assert | jar | 1.4 |
org.mockito : mockito-core | jar | 3.2.4 |
ch.qos.logback : logback-classic | jar | 1.2.11 |