is not current version
Last Version 2.2.0-M1

com.typesafe.play:shaded-asynchttpclient 1.0.0-M8

shaded-asynchttpclient

Categories

Categories

CLI User Interface
GroupId

GroupId

com.typesafe.play
ArtifactId

ArtifactId

shaded-asynchttpclient
Version

Version

1.0.0-M8
Type

Type

jar

Download shaded-asynchttpclient 1.0.0-M8


<!-- https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/ -->
<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>shaded-asynchttpclient</artifactId>
    <version>1.0.0-M8</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/
implementation 'com.typesafe.play:shaded-asynchttpclient:1.0.0-M8'
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/
implementation ("com.typesafe.play:shaded-asynchttpclient:1.0.0-M8")
'com.typesafe.play:shaded-asynchttpclient:jar:1.0.0-M8'
<dependency org="com.typesafe.play" name="shaded-asynchttpclient" rev="1.0.0-M8">
  <artifact name="shaded-asynchttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='shaded-asynchttpclient', version='1.0.0-M8')
)
libraryDependencies += "com.typesafe.play" % "shaded-asynchttpclient" % "1.0.0-M8"
[com.typesafe.play/shaded-asynchttpclient "1.0.0-M8"]