Skip to content

Latest commit

 

History

History
 
 

hystrix-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

hystrix-core

This is the core module of Hystrix.

Key classes you're most likely to interact with are:

Documentation

A general project README can be found at the project home.

The Wiki contains detailed documentation.

Maven Central

Binaries and dependencies for this module can be found on http://search.maven.org.

GroupId: com.netflix.hystrix
ArtifactId: hystrix-core

Example for Maven:

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

and for Ivy:

<dependency org="com.netflix.hystrix" name="hystrix-core" rev="1.2.0" />