Download ribbon-2.1.2.jar file - Jar r

Jar examples for r:ribbon

Description

Client side load balancing with Netflix Ribbon

You can download jar file ribbon 2.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ribbon-2.1.2-javadoc.jar
ribbon-2.1.2-sources.jar
ribbon-2.1.2-tests.jar
ribbon-2.1.2.jar
ribbon-2.1.2.pom



Related Tutorials