Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.proofdock |
ArtifactId | ArtifactIdspring-boot-starter-chaos-middleware |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/ -->
<dependency>
<groupId>io.proofdock</groupId>
<artifactId>spring-boot-starter-chaos-middleware</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/
implementation 'io.proofdock:spring-boot-starter-chaos-middleware:0.1.3'
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/
implementation ("io.proofdock:spring-boot-starter-chaos-middleware:0.1.3")
'io.proofdock:spring-boot-starter-chaos-middleware:jar:0.1.3'
<dependency org="io.proofdock" name="spring-boot-starter-chaos-middleware" rev="0.1.3">
<artifact name="spring-boot-starter-chaos-middleware" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.proofdock', module='spring-boot-starter-chaos-middleware', version='0.1.3')
)
libraryDependencies += "io.proofdock" % "spring-boot-starter-chaos-middleware" % "0.1.3"
[io.proofdock/spring-boot-starter-chaos-middleware "0.1.3"]