MVN

io.proofdock : chaos-middleware-core

Maven & Gradle

Oct 11, 2020
1 usages

Core project 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>chaos-middleware-core</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.4

All Versions

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

Version Vulnerabilities Updated
0.1.x
chaos-middleware-core-0.1.4
chaos-middleware-core-0.1.3
chaos-middleware-core-0.1.2
chaos-middleware-core-0.1.1
chaos-middleware-core-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.proofdock</groupId>
    <artifactId>chaos-middleware-core</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.proofdock:chaos-middleware-core:0.1.4'

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

implementation("io.proofdock:chaos-middleware-core:0.1.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.proofdock" % "chaos-middleware-core" % "0.1.4"