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