Download ribbon-loadbalancer-2.1.2-rc.1.jar file - Jar r

Jar examples for r:ribbon-loadbalancer

Description

ribbon-loadbalancer developed by Netflix

You can download jar file ribbon-loadbalancer 2.1.2-rc.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ribbon-loadbalancer-2.1.2-rc.1-javadoc.jar
ribbon-loadbalancer-2.1.2-rc.1-sources.jar
ribbon-loadbalancer-2.1.2-rc.1.jar
ribbon-loadbalancer-2.1.2-rc.1.pom



Related Tutorials