MVN

io.proofdock : spring-boot-starter-chaos-middleware

Maven & Gradle

Oct 11, 2020

Spring Boot starter for Chaos Middleware · The Chaos Middleware lets you practice chaos engineering on the application level by injecting delays and faults to simulate turbulent conditions. By specifying routes, the Chaos Middleware enables you to minimize the blast radius and keep the focus on the interesting parts of your application.

<dependency>
    <groupId>io.proofdock</groupId>
    <artifactId>spring-boot-starter-chaos-middleware</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.proofdock : spring-boot-starter-chaos-middleware to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of io.proofdock : spring-boot-starter-chaos-middleware to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
spring-boot-starter-chaos-middleware-0.1.4
spring-boot-starter-chaos-middleware-0.1.3
spring-boot-starter-chaos-middleware-0.1.2
spring-boot-starter-chaos-middleware-0.1.1
spring-boot-starter-chaos-middleware-0.1.0

How to add a dependency to Maven

Add the following io.proofdock : spring-boot-starter-chaos-middleware maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.proofdock</groupId>
    <artifactId>spring-boot-starter-chaos-middleware</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.proofdock : spring-boot-starter-chaos-middleware gradle dependency to your build.gradle file:

implementation 'io.proofdock:spring-boot-starter-chaos-middleware:0.1.4'

Gradle Kotlin DSL: Add the following io.proofdock : spring-boot-starter-chaos-middleware gradle kotlin dependency to your build.gradle.kts file:

implementation("io.proofdock:spring-boot-starter-chaos-middleware:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.proofdock : spring-boot-starter-chaos-middleware sbt scala dependency to your build.sbt file:

libraryDependencies += "io.proofdock" % "spring-boot-starter-chaos-middleware" % "0.1.4"