MVN

org.wso2.msf4j.sample : circuitbreaker

Maven & Gradle

Feb 03, 2023
15 stars

MSF4J Circuit breaker sample

<dependency>
    <groupId>org.wso2.msf4j.sample</groupId>
    <artifactId>circuitbreaker</artifactId>
    <version>2.8.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.msf4j.sample : circuitbreaker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.8.11
  • Latest Beta: 2.5.0-beta2

All Versions

Choose a version of org.wso2.msf4j.sample : circuitbreaker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.8.x
circuitbreaker-2.8.11
circuitbreaker-2.8.10
circuitbreaker-2.8.8
circuitbreaker-2.8.7
circuitbreaker-2.8.6
circuitbreaker-2.8.4
circuitbreaker-2.8.3
circuitbreaker-2.8.2
2.7.x
circuitbreaker-2.7.8
circuitbreaker-2.7.7
circuitbreaker-2.7.0
2.6.x
circuitbreaker-2.6.4
circuitbreaker-2.6.3
circuitbreaker-2.6.2
circuitbreaker-2.6.1
circuitbreaker-2.6.0
2.5.x
circuitbreaker-2.5.2
circuitbreaker-2.5.1
circuitbreaker-2.5.0
circuitbreaker-2.5.0-beta2
circuitbreaker-2.5.0-beta
2.4.x
circuitbreaker-2.4.3
circuitbreaker-2.4.2
circuitbreaker-2.4.1

How to add a dependency to Maven

Add the following org.wso2.msf4j.sample : circuitbreaker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.msf4j.sample</groupId>
    <artifactId>circuitbreaker</artifactId>
    <version>2.8.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.msf4j.sample : circuitbreaker gradle dependency to your build.gradle file:

implementation 'org.wso2.msf4j.sample:circuitbreaker:2.8.11'

Gradle Kotlin DSL: Add the following org.wso2.msf4j.sample : circuitbreaker gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.msf4j.sample:circuitbreaker:2.8.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.msf4j.sample : circuitbreaker sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.msf4j.sample" % "circuitbreaker" % "2.8.11"

Advertisement