Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.proofdock |
ArtifactId | ArtifactIdspring-boot-starter-chaos-middleware |
Version | Version0.1.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/
implementation 'io.proofdock:spring-boot-starter-chaos-middleware:0.1.2'
// https://jarcasting.com/artifacts/io.proofdock/spring-boot-starter-chaos-middleware/
implementation ("io.proofdock:spring-boot-starter-chaos-middleware:0.1.2")
'io.proofdock:spring-boot-starter-chaos-middleware:jar:0.1.2'
<dependency org="io.proofdock" name="spring-boot-starter-chaos-middleware" rev="0.1.2">
<artifact name="spring-boot-starter-chaos-middleware" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.proofdock', module='spring-boot-starter-chaos-middleware', version='0.1.2')
)
libraryDependencies += "io.proofdock" % "spring-boot-starter-chaos-middleware" % "0.1.2"
[io.proofdock/spring-boot-starter-chaos-middleware "0.1.2"]