Download ribbon-httpclient-0.3.13.jar file - Jar r

Jar examples for r:ribbon-httpclient

Description

ribbon-httpclient developed by Netflix

You can download jar file ribbon-httpclient 0.3.13 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add ribbon-httpclient-0.3.13.jar to your project.

<dependency>
   <groupId>com.netflix.ribbon</groupId>
   <artifactId>ribbon-httpclient</artifactId>
   <version>0.3.13</version>
</dependency>
compile group: 'com.netflix.ribbon', name: 'ribbon-httpclient', version: '0.3.13'
libraryDependencies += "com.netflix.ribbon" % "ribbon-httpclient" % "0.3.13"
<dependency org="com.netflix.ribbon" name="ribbon-httpclient" rev="0.3.13"/>
@Grapes(@Grab(group='com.netflix.ribbon', module='ribbon-httpclient', version='0.3.13'))
'com.netflix.ribbon:ribbon-httpclient:jar:0.3.13'

Download

Click the following link to download the jar file.

ribbon-httpclient-0.3.13-javadoc.jar
ribbon-httpclient-0.3.13-sources.jar
ribbon-httpclient-0.3.13.jar
ribbon-httpclient-0.3.13.pom



Related Tutorials