is not current version
Last Version 1.0.1

com.languagelatte:simple-chaos 0.0.5

A project to introduce chaos testing into your java applications

GroupId

GroupId

com.languagelatte
ArtifactId

ArtifactId

simple-chaos
Version

Version

0.0.5
Type

Type

jar

Download simple-chaos 0.0.5


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