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