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