GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-streams_2.12 |
Version | Version2.8.0-M3 |
Type | Typejar |
<!-- 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.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-streams_2.12/
implementation 'com.typesafe.play:play-streams_2.12:2.8.0-M3'
// https://jarcasting.com/artifacts/com.typesafe.play/play-streams_2.12/
implementation ("com.typesafe.play:play-streams_2.12:2.8.0-M3")
'com.typesafe.play:play-streams_2.12:jar:2.8.0-M3'
<dependency org="com.typesafe.play" name="play-streams_2.12" rev="2.8.0-M3">
<artifact name="play-streams_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-streams_2.12', version='2.8.0-M3')
)
libraryDependencies += "com.typesafe.play" % "play-streams_2.12" % "2.8.0-M3"
[com.typesafe.play/play-streams_2.12 "2.8.0-M3"]