Download ribbon-core-2.1.1.jar file

Introduction

You can download ribbon-core-2.1.1.jar in this page.

License

The Apache Software License, Version 2.0

Type List

ribbon-core-2.1.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/ribbon-core.properties
com.netflix.client.ClientException.class
com.netflix.client.ClientRequest.class
com.netflix.client.DefaultLoadBalancerRetryHandler.class
com.netflix.client.IClient.class
com.netflix.client.IClientConfigAware.class
com.netflix.client.IResponse.class
com.netflix.client.RequestSpecificRetryHandler.class
com.netflix.client.RetryHandler.class
com.netflix.client.SimpleVipAddressResolver.class
com.netflix.client.Utils.class
com.netflix.client.VipAddressResolver.class
com.netflix.client.config.ClientConfigFactory.class
com.netflix.client.config.CommonClientConfigKey.class
com.netflix.client.config.DefaultClientConfigImpl.class
com.netflix.client.config.IClientConfig.class
com.netflix.client.config.IClientConfigKey.class
com.netflix.client.http.UnexpectedHttpResponseException.class
com.netflix.client.ssl.AbstractSslContextFactory.class
com.netflix.client.ssl.ClientSslSocketFactoryException.class
com.netflix.client.ssl.URLSslContextFactory.class
com.netflix.client.util.Resources.class
com.netflix.utils.ScheduledThreadPoolExectuorWithDynamicSize.class

Pom

ribbon-core-2.1.1.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.ribbon</groupId>
  <artifactId>ribbon-core</artifactId>
  <version>2.1.1</version>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.6.4</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>annotations</artifactId>
      <version>2.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>14.0.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-configuration</groupId>
      <artifactId>commons-configuration</artifactId>
      <version>1.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.archaius</groupId>
      <artifactId>archaius-core</artifactId>
      <version>0.6.6</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>ribbon-core</name>
  <description>ribbon-core</description>
  <developers>
    <developer>
      <id>netflixgithub</id>
      <name>Netflix Open Source Development</name>
      <email>talent@netflix.com</email>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <properties>
    <nebula_Manifest_Version>1.0</nebula_Manifest_Version>
    <nebula_Implementation_Title>com.netflix.ribbon#ribbon-core;2.1.1</nebula_Implementation_Title>
    <nebula_Implementation_Version>2.1.1</nebula_Implementation_Version>
    <nebula_Built_Status>integration</nebula_Built_Status>
    <nebula_Built_By>jenkins</nebula_Built_By>
    <nebula_Built_OS>Linux</nebula_Built_OS>
    <nebula_Build_Date>2015-09-18_11:11:19</nebula_Build_Date>
    <nebula_Gradle_Version>2.2.1</nebula_Gradle_Version>
    <nebula_Module_Owner>talent@netflix.com</nebula_Module_Owner>
    <nebula_Module_Email>talent@netflix.com</nebula_Module_Email>
    <nebula_Module_Source>/ribbon-core</nebula_Module_Source>
    <nebula_Module_Origin>git@github.com:Netflix/ribbon.git</nebula_Module_Origin>
    <nebula_Change>52a0ab9</nebula_Change>
    <nebula_Build_Host>https://netflixoss.ci.cloudbees.com/</nebula_Build_Host>
    <nebula_Build_Job>NetflixOSS/ribbon/ribbon-release</nebula_Build_Job>
    <nebula_Build_Number>13</nebula_Build_Number>
    <nebula_Build_Id>13</nebula_Build_Id>
    <nebula_Created_By>1.7.0_79-b15 (Oracle Corporation)</nebula_Created_By>
    <nebula_Build_Java_Version>1.7.0_79</nebula_Build_Java_Version>
    <nebula_X_Compile_Target_JDK>1.7</nebula_X_Compile_Target_JDK>
    <nebula_X_Compile_Source_JDK>1.7</nebula_X_Compile_Source_JDK>
  </properties>
  <scm>
    <url>scm:git@github.com:Netflix/ribbon.git</url>
    <connection>scm:git@github.com:Netflix/ribbon.git</connection>
  </scm>
  <url>https://github.com/Netflix/ribbon</url>
</project>

POM Entry

<dependency>
   <groupId>com.netflix.ribbon</groupId>
   <artifactId>ribbon-core</artifactId>
   <version>2.1.1</version>
</dependency>

Download

If you think the following ribbon-core-2.1.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download ribbon-core-2.1.1.jar file




PreviousNext

Related