is not current version
Last Version 1.0.1

com.languagelatte:simple-chaos-spring 1.0.0

A Spring extension of the Spimple Chaos poject to introduce chaos testing into your Spring applications

GroupId

GroupId

com.languagelatte
ArtifactId

ArtifactId

simple-chaos-spring
Version

Version

1.0.0
Type

Type

jar

Download simple-chaos-spring 1.0.0


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