Categories |
CategoriesSpring Boot Container Microservices KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdde.codecentric |
ArtifactId | ArtifactIdchaos-monkey-spring-boot |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.codecentric/chaos-monkey-spring-boot/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>chaos-monkey-spring-boot</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/chaos-monkey-spring-boot/
implementation 'de.codecentric:chaos-monkey-spring-boot:2.0.1'
// https://jarcasting.com/artifacts/de.codecentric/chaos-monkey-spring-boot/
implementation ("de.codecentric:chaos-monkey-spring-boot:2.0.1")
'de.codecentric:chaos-monkey-spring-boot:jar:2.0.1'
<dependency org="de.codecentric" name="chaos-monkey-spring-boot" rev="2.0.1">
<artifact name="chaos-monkey-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='chaos-monkey-spring-boot', version='2.0.1')
)
libraryDependencies += "de.codecentric" % "chaos-monkey-spring-boot" % "2.0.1"
[de.codecentric/chaos-monkey-spring-boot "2.0.1"]