MVN

org.rnorth.circuitbreakers : circuitbreakers

Maven & Gradle

Aug 04, 2015
73 stars

Circuitbreakers · Circuit breakers pattern implementation for Java 8

<dependency>
    <groupId>org.rnorth.circuitbreakers</groupId>
    <artifactId>circuitbreakers</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rnorth.circuitbreakers : circuitbreakers to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of org.rnorth.circuitbreakers : circuitbreakers to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
circuitbreakers-1.0.3
circuitbreakers-1.0.2
circuitbreakers-1.0.1

How to add a dependency to Maven

Add the following org.rnorth.circuitbreakers : circuitbreakers maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rnorth.circuitbreakers</groupId>
    <artifactId>circuitbreakers</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rnorth.circuitbreakers : circuitbreakers gradle dependency to your build.gradle file:

implementation 'org.rnorth.circuitbreakers:circuitbreakers:1.0.3'

Gradle Kotlin DSL: Add the following org.rnorth.circuitbreakers : circuitbreakers gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rnorth.circuitbreakers:circuitbreakers:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rnorth.circuitbreakers : circuitbreakers sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rnorth.circuitbreakers" % "circuitbreakers" % "1.0.3"

Advertisement

Dependencies from Group

Discover Dependencies

Aug 17, 2019
918 stars
Jul 04, 2016
13 stars
Mar 28, 2016
3 usages
1.9k stars
Feb 25, 2016
4 stars
Feb 25, 2016
1 usages
4 stars
Feb 25, 2016
1 usages
4 stars
Feb 25, 2016
4 stars
Jan 13, 2022
1 usages
13 stars
Jan 13, 2022
1 usages
14 stars
Jan 13, 2022
14 stars