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