GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdchaosmesh |
Version | Version5.1.0 |
Type | Typepom |
Filename | Size |
---|---|
chaosmesh-5.1.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/chaosmesh/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>5.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh/
implementation 'io.fabric8:chaosmesh:5.1.0'
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh/
implementation ("io.fabric8:chaosmesh:5.1.0")
'io.fabric8:chaosmesh:pom:5.1.0'
<dependency org="io.fabric8" name="chaosmesh" rev="5.1.0">
<artifact name="chaosmesh" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='chaosmesh', version='5.1.0')
)
libraryDependencies += "io.fabric8" % "chaosmesh" % "5.1.0"
[io.fabric8/chaosmesh "5.1.0"]