Download shaded-asynchttpclient-0.3.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 0.3.0 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials