Download shaded-asynchttpclient-1.0.0.jar file - Jar s

Jar examples for s:shaded-asynchttpclient

Description

An HTTP client for Scala with Async Http Client underneath.

You can download jar file shaded-asynchttpclient 1.0.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add shaded-asynchttpclient-1.0.0.jar to your project.

<dependency>
   <groupId>com.typesafe.play</groupId>
   <artifactId>shaded-asynchttpclient</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.typesafe.play', name: 'shaded-asynchttpclient', version: '1.0.0'
libraryDependencies += "com.typesafe.play" % "shaded-asynchttpclient" % "1.0.0"
<dependency org="com.typesafe.play" name="shaded-asynchttpclient" rev="1.0.0"/>
@Grapes(@Grab(group='com.typesafe.play', module='shaded-asynchttpclient', version='1.0.0'))
'com.typesafe.play:shaded-asynchttpclient:jar:1.0.0'

Download

Click the following link to download the jar file.

shaded-asynchttpclient-1.0.0-javadoc.jar
shaded-asynchttpclient-1.0.0-sources.jar
shaded-asynchttpclient-1.0.0.jar
shaded-asynchttpclient-1.0.0.pom



Related Tutorials