GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdchaosmesh |
Last Version | Last Version6.0.0-RC1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFabric8 :: Chaos Mesh :: Extension
|
Filename | Size |
---|---|
chaosmesh-6.0.0-RC1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/chaosmesh/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>6.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh/
implementation 'io.fabric8:chaosmesh:6.0.0-RC1'
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh/
implementation ("io.fabric8:chaosmesh:6.0.0-RC1")
'io.fabric8:chaosmesh:pom:6.0.0-RC1'
<dependency org="io.fabric8" name="chaosmesh" rev="6.0.0-RC1">
<artifact name="chaosmesh" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='chaosmesh', version='6.0.0-RC1')
)
libraryDependencies += "io.fabric8" % "chaosmesh" % "6.0.0-RC1"
[io.fabric8/chaosmesh "6.0.0-RC1"]