Download hystrix-core-1.3.20.jar file

Introduction

You can download hystrix-core-1.3.20.jar in this page.

License

The Apache Software License, Version 2.0

Type List

hystrix-core-1.3.20.jar file has the following types.

META-INF/MANIFEST.MF
com.netflix.hystrix.Hystrix.class
com.netflix.hystrix.HystrixCircuitBreaker.class
com.netflix.hystrix.HystrixCollapser.class
com.netflix.hystrix.HystrixCollapserKey.class
com.netflix.hystrix.HystrixCollapserProperties.class
com.netflix.hystrix.HystrixCommand.class
com.netflix.hystrix.HystrixCommandGroupKey.class
com.netflix.hystrix.HystrixCommandKey.class
com.netflix.hystrix.HystrixCommandMetrics.class
com.netflix.hystrix.HystrixCommandProperties.class
com.netflix.hystrix.HystrixEventType.class
com.netflix.hystrix.HystrixExecutable.class
com.netflix.hystrix.HystrixRequestCache.class
com.netflix.hystrix.HystrixRequestLog.class
com.netflix.hystrix.HystrixThreadPool.class
com.netflix.hystrix.HystrixThreadPoolKey.class
com.netflix.hystrix.HystrixThreadPoolMetrics.class
com.netflix.hystrix.HystrixThreadPoolProperties.class
com.netflix.hystrix.collapser.CollapsedRequestObservableFunction.class
com.netflix.hystrix.collapser.CollapserTimer.class
com.netflix.hystrix.collapser.HystrixCollapserBridge.class
com.netflix.hystrix.collapser.RealCollapserTimer.class
com.netflix.hystrix.collapser.RequestBatch.class
com.netflix.hystrix.collapser.RequestCollapser.class
com.netflix.hystrix.collapser.RequestCollapserFactory.class
com.netflix.hystrix.exception.HystrixBadRequestException.class
com.netflix.hystrix.exception.HystrixRuntimeException.class
com.netflix.hystrix.strategy.HystrixPlugins.class
com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategy.class
com.netflix.hystrix.strategy.concurrency.HystrixConcurrencyStrategyDefault.class
com.netflix.hystrix.strategy.concurrency.HystrixContextCallable.class
com.netflix.hystrix.strategy.concurrency.HystrixContextFunc2.class
com.netflix.hystrix.strategy.concurrency.HystrixContextRunnable.class
com.netflix.hystrix.strategy.concurrency.HystrixContextScheduler.class
com.netflix.hystrix.strategy.concurrency.HystrixContextSchedulerAction.class
com.netflix.hystrix.strategy.concurrency.HystrixRequestContext.class
com.netflix.hystrix.strategy.concurrency.HystrixRequestVariable.class
com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableDefault.class
com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableHolder.class
com.netflix.hystrix.strategy.concurrency.HystrixRequestVariableLifecycle.class
com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifier.class
com.netflix.hystrix.strategy.eventnotifier.HystrixEventNotifierDefault.class
com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook.class
com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHookDefault.class
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisher.class
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherCommand.class
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherCommandDefault.class
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherDefault.class
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherFactory.class
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPool.class
com.netflix.hystrix.strategy.metrics.HystrixMetricsPublisherThreadPoolDefault.class
com.netflix.hystrix.strategy.properties.HystrixPropertiesChainedArchaiusProperty.class
com.netflix.hystrix.strategy.properties.HystrixPropertiesCollapserDefault.class
com.netflix.hystrix.strategy.properties.HystrixPropertiesCommandDefault.class
com.netflix.hystrix.strategy.properties.HystrixPropertiesFactory.class
com.netflix.hystrix.strategy.properties.HystrixPropertiesStrategy.class
com.netflix.hystrix.strategy.properties.HystrixPropertiesStrategyDefault.class
com.netflix.hystrix.strategy.properties.HystrixPropertiesThreadPoolDefault.class
com.netflix.hystrix.strategy.properties.HystrixProperty.class
com.netflix.hystrix.util.ExceptionThreadingUtility.class
com.netflix.hystrix.util.HystrixRollingNumber.class
com.netflix.hystrix.util.HystrixRollingNumberEvent.class
com.netflix.hystrix.util.HystrixRollingPercentile.class
com.netflix.hystrix.util.HystrixTimer.class
com.netflix.hystrix.util.LongAdder.class
com.netflix.hystrix.util.LongMaxUpdater.class
com.netflix.hystrix.util.Striped64.class

Pom

hystrix-core-1.3.20.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.netflix.hystrix</groupId>
  <artifactId>hystrix-core</artifactId>
  <version>1.3.20</version>
  <name>hystrix-core</name>
  <description>hystrix-core developed by Netflix</description>
  <url>https://github.com/Netflix/hystrix</url>
  <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>
  <developers>
    <developer>
      <id>netflixgithub</id>
      <name>Netflix Open Source Development</name>
      <email>talent@netflix.com</email>
    </developer>
  </developers>
  <issueManagement>
    <system>github</system>
    <url>https://github.com/Netflix/hystrix/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git@github.com:Netflix/hystrix.git</connection>
    <developerConnection>scm:git:git@github.com:Netflix/hystrix.git</developerConnection>
    <url>scm:git:git@github.com:Netflix/hystrix.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.netflix.archaius</groupId>
      <artifactId>archaius-core</artifactId>
      <version>0.4.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>2.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava</artifactId>
      <version>1.0.4</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.netflix.hystrix</groupId>
   <artifactId>hystrix-core</artifactId>
   <version>1.3.20</version>
</dependency>

Download

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



Download hystrix-core-1.3.20.jar file




PreviousNext

Related