GroupId | GroupIdio.fabric8 |
---|---|
ArtifactId | ArtifactIdchaosmesh-examples |
Version | Version5.3.0 |
Type | Typejar |
Filename | Size |
---|---|
chaosmesh-examples-5.3.0.pom | |
chaosmesh-examples-5.3.0.jar | 5 KB |
chaosmesh-examples-5.3.0-sources.jar | 4 KB |
chaosmesh-examples-5.3.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8/chaosmesh-examples/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh-examples</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh-examples/
implementation 'io.fabric8:chaosmesh-examples:5.3.0'
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh-examples/
implementation ("io.fabric8:chaosmesh-examples:5.3.0")
'io.fabric8:chaosmesh-examples:jar:5.3.0'
<dependency org="io.fabric8" name="chaosmesh-examples" rev="5.3.0">
<artifact name="chaosmesh-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='chaosmesh-examples', version='5.3.0')
)
libraryDependencies += "io.fabric8" % "chaosmesh-examples" % "5.3.0"
[io.fabric8/chaosmesh-examples "5.3.0"]