is not current version
Last Version 0.1.4

io.proofdock:chaos-modules 0.1.3

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.

GroupId

GroupId

io.proofdock
ArtifactId

ArtifactId

chaos-modules
Version

Version

0.1.3
Type

Type

pom

Download chaos-modules 0.1.3

Filename Size
chaos-modules-0.1.3.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/io.proofdock/chaos-modules/ -->
<dependency>
    <groupId>io.proofdock</groupId>
    <artifactId>chaos-modules</artifactId>
    <version>0.1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.proofdock/chaos-modules/
implementation 'io.proofdock:chaos-modules:0.1.3'
// https://jarcasting.com/artifacts/io.proofdock/chaos-modules/
implementation ("io.proofdock:chaos-modules:0.1.3")
'io.proofdock:chaos-modules:pom:0.1.3'
<dependency org="io.proofdock" name="chaos-modules" rev="0.1.3">
  <artifact name="chaos-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.proofdock', module='chaos-modules', version='0.1.3')
)
libraryDependencies += "io.proofdock" % "chaos-modules" % "0.1.3"
[io.proofdock/chaos-modules "0.1.3"]