Download shaded-asynchttpclient-0.3.1.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.1 in this page.

License

Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials