Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdshaded-asynchttpclient |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
shaded-asynchttpclient-1.1.6.pom | |
shaded-asynchttpclient-1.1.6.jar | 2 MB |
shaded-asynchttpclient-1.1.6-sources.jar | 264 bytes |
shaded-asynchttpclient-1.1.6-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>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/
implementation 'com.typesafe.play:shaded-asynchttpclient:1.1.6'
// https://jarcasting.com/artifacts/com.typesafe.play/shaded-asynchttpclient/
implementation ("com.typesafe.play:shaded-asynchttpclient:1.1.6")
'com.typesafe.play:shaded-asynchttpclient:jar:1.1.6'
<dependency org="com.typesafe.play" name="shaded-asynchttpclient" rev="1.1.6">
<artifact name="shaded-asynchttpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='shaded-asynchttpclient', version='1.1.6')
)
libraryDependencies += "com.typesafe.play" % "shaded-asynchttpclient" % "1.1.6"
[com.typesafe.play/shaded-asynchttpclient "1.1.6"]