Download ribbon-loadbalancer-2.0.0-rc.14.jar file - Jar r

Jar examples for r:ribbon-loadbalancer

Description

ribbon-loadbalancer developed by Netflix

You can download jar file ribbon-loadbalancer 2.0.0-rc.14 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

ribbon-loadbalancer-2.0.0-rc.14-javadoc.jar
ribbon-loadbalancer-2.0.0-rc.14-sources.jar
ribbon-loadbalancer-2.0.0-rc.14.jar
ribbon-loadbalancer-2.0.0-rc.14.pom



Related Tutorials