GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-streams_2.12 |
Version | Version2.6.6 |
Type | Typejar |
Filename | Size |
---|---|
play-streams_2.12-2.6.6.pom | |
play-streams_2.12-2.6.6.jar | 86 KB |
play-streams_2.12-2.6.6-sources.jar | 14 KB |
play-streams_2.12-2.6.6-javadoc.jar | 662 KB |
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.6.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-streams_2.12/
implementation 'com.typesafe.play:play-streams_2.12:2.6.6'
// https://jarcasting.com/artifacts/com.typesafe.play/play-streams_2.12/
implementation ("com.typesafe.play:play-streams_2.12:2.6.6")
'com.typesafe.play:play-streams_2.12:jar:2.6.6'
<dependency org="com.typesafe.play" name="play-streams_2.12" rev="2.6.6">
<artifact name="play-streams_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-streams_2.12', version='2.6.6')
)
libraryDependencies += "com.typesafe.play" % "play-streams_2.12" % "2.6.6"
[com.typesafe.play/play-streams_2.12 "2.6.6"]