GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdplay-ws-standalone_2.13.0-M3 |
Version | Version2.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone_2.13.0-M3/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws-standalone_2.13.0-M3</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone_2.13.0-M3/
implementation 'com.typesafe.play:play-ws-standalone_2.13.0-M3:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.typesafe.play/play-ws-standalone_2.13.0-M3/
implementation ("com.typesafe.play:play-ws-standalone_2.13.0-M3:2.0.0-RC1")
'com.typesafe.play:play-ws-standalone_2.13.0-M3:jar:2.0.0-RC1'
<dependency org="com.typesafe.play" name="play-ws-standalone_2.13.0-M3" rev="2.0.0-RC1">
<artifact name="play-ws-standalone_2.13.0-M3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ws-standalone_2.13.0-M3', version='2.0.0-RC1')
)
libraryDependencies += "com.typesafe.play" % "play-ws-standalone_2.13.0-M3" % "2.0.0-RC1"
[com.typesafe.play/play-ws-standalone_2.13.0-M3 "2.0.0-RC1"]