License |
License |
---|---|
GroupId | GroupIdio.proofdock |
ArtifactId | ArtifactIdchaos-middleware-core |
Version | Version0.1.4 |
Type | Typejar |
Description |
DescriptionCore 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
chaos-middleware-core-0.1.4.pom | |
chaos-middleware-core-0.1.4.jar | 19 KB |
chaos-middleware-core-0.1.4-sources.jar | 13 KB |
chaos-middleware-core-0.1.4-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.proofdock/chaos-middleware-core/ -->
<dependency>
<groupId>io.proofdock</groupId>
<artifactId>chaos-middleware-core</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.proofdock/chaos-middleware-core/
implementation 'io.proofdock:chaos-middleware-core:0.1.4'
// https://jarcasting.com/artifacts/io.proofdock/chaos-middleware-core/
implementation ("io.proofdock:chaos-middleware-core:0.1.4")
'io.proofdock:chaos-middleware-core:jar:0.1.4'
<dependency org="io.proofdock" name="chaos-middleware-core" rev="0.1.4">
<artifact name="chaos-middleware-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.proofdock', module='chaos-middleware-core', version='0.1.4')
)
libraryDependencies += "io.proofdock" % "chaos-middleware-core" % "0.1.4"
[io.proofdock/chaos-middleware-core "0.1.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : fluent-hc | jar | 4.5.12 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
com.github.tomakehurst : wiremock | jar | 2.27.2 |