Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.yueshutong |
ArtifactId | ArtifactIdspring-boot-starter-current-limiting |
Version | Version0.0.7.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/ -->
<dependency>
<groupId>cn.yueshutong</groupId>
<artifactId>spring-boot-starter-current-limiting</artifactId>
<version>0.0.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/
implementation 'cn.yueshutong:spring-boot-starter-current-limiting:0.0.7.RELEASE'
// https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/
implementation ("cn.yueshutong:spring-boot-starter-current-limiting:0.0.7.RELEASE")
'cn.yueshutong:spring-boot-starter-current-limiting:jar:0.0.7.RELEASE'
<dependency org="cn.yueshutong" name="spring-boot-starter-current-limiting" rev="0.0.7.RELEASE">
<artifact name="spring-boot-starter-current-limiting" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.yueshutong', module='spring-boot-starter-current-limiting', version='0.0.7.RELEASE')
)
libraryDependencies += "cn.yueshutong" % "spring-boot-starter-current-limiting" % "0.0.7.RELEASE"
[cn.yueshutong/spring-boot-starter-current-limiting "0.0.7.RELEASE"]