Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdio.fabric8.devops.apps |
ArtifactId | ArtifactIdchaos-monkey |
Version | Version2.2.113 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.fabric8.devops.apps/chaos-monkey/ -->
<dependency>
<groupId>io.fabric8.devops.apps</groupId>
<artifactId>chaos-monkey</artifactId>
<version>2.2.113</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/chaos-monkey/
implementation 'io.fabric8.devops.apps:chaos-monkey:2.2.113'
// https://jarcasting.com/artifacts/io.fabric8.devops.apps/chaos-monkey/
implementation ("io.fabric8.devops.apps:chaos-monkey:2.2.113")
'io.fabric8.devops.apps:chaos-monkey:jar:2.2.113'
<dependency org="io.fabric8.devops.apps" name="chaos-monkey" rev="2.2.113">
<artifact name="chaos-monkey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.devops.apps', module='chaos-monkey', version='2.2.113')
)
libraryDependencies += "io.fabric8.devops.apps" % "chaos-monkey" % "2.2.113"
[io.fabric8.devops.apps/chaos-monkey "2.2.113"]