Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdshaded-asynchttpclient |
Version | Version2.1.0-M4 |
Type | Typejar |
Filename | Size |
---|---|
shaded-asynchttpclient-2.1.0-M4.pom | |
shaded-asynchttpclient-2.1.0-M4.jar | 3 MB |
shaded-asynchttpclient-2.1.0-M4-sources.jar | 267 bytes |
shaded-asynchttpclient-2.1.0-M4-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>shaded-asynchttpclient</artifactId>
<version>2.1.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/
implementation 'com.typesafe.play:shaded-asynchttpclient:2.1.0-M4'
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/
implementation ("com.typesafe.play:shaded-asynchttpclient:2.1.0-M4")
'com.typesafe.play:shaded-asynchttpclient:jar:2.1.0-M4'
<dependency org="com.typesafe.play" name="shaded-asynchttpclient" rev="2.1.0-M4">
<artifact name="shaded-asynchttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='shaded-asynchttpclient', version='2.1.0-M4')
)
libraryDependencies += "com.typesafe.play" % "shaded-asynchttpclient" % "2.1.0-M4"
[com.typesafe.play/shaded-asynchttpclient "2.1.0-M4"]