| Группа | Группаio.fabric8 |
|---|---|
| Идентификатор | Идентификаторchaosmesh |
| Версия | Версия5.10.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| chaosmesh-5.10.2.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8/chaosmesh/ -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>chaosmesh</artifactId>
<version>5.10.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh/
implementation 'io.fabric8:chaosmesh:5.10.2'
// https://jarcasting.com/artifacts/io.fabric8/chaosmesh/
implementation ("io.fabric8:chaosmesh:5.10.2")
'io.fabric8:chaosmesh:pom:5.10.2'
<dependency org="io.fabric8" name="chaosmesh" rev="5.10.2">
<artifact name="chaosmesh" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8', module='chaosmesh', version='5.10.2')
)
libraryDependencies += "io.fabric8" % "chaosmesh" % "5.10.2"
[io.fabric8/chaosmesh "5.10.2"]