Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdclub.gclmit |
ArtifactId | ArtifactIdchaos-spring-boot-starter |
Version | Version2.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/club.gclmit/chaos-spring-boot-starter/ -->
<dependency>
<groupId>club.gclmit</groupId>
<artifactId>chaos-spring-boot-starter</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/club.gclmit/chaos-spring-boot-starter/
implementation 'club.gclmit:chaos-spring-boot-starter:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/club.gclmit/chaos-spring-boot-starter/
implementation ("club.gclmit:chaos-spring-boot-starter:2.0.0.RELEASE")
'club.gclmit:chaos-spring-boot-starter:jar:2.0.0.RELEASE'
<dependency org="club.gclmit" name="chaos-spring-boot-starter" rev="2.0.0.RELEASE">
<artifact name="chaos-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='club.gclmit', module='chaos-spring-boot-starter', version='2.0.0.RELEASE')
)
libraryDependencies += "club.gclmit" % "chaos-spring-boot-starter" % "2.0.0.RELEASE"
[club.gclmit/chaos-spring-boot-starter "2.0.0.RELEASE"]