MVN

io.proofdock : chaos-modules

Maven & Gradle

Oct 11, 2020

Parent 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-modules</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.proofdock : chaos-modules to add to Maven - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of io.proofdock : chaos-modules to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
chaos-modules-0.1.4
chaos-modules-0.1.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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