is not current version
Last Version 0.1.1.RELEASE

cn.yueshutong:spring-boot-starter-current-limiting 0.0.5.RELEASE

Current limiting tool based on leak bucket algorithm and token bucket algorithm.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

cn.yueshutong
ArtifactId

ArtifactId

spring-boot-starter-current-limiting
Version

Version

0.0.5.RELEASE
Type

Type

jar

Download spring-boot-starter-current-limiting 0.0.5.RELEASE


<!-- 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.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/
implementation 'cn.yueshutong:spring-boot-starter-current-limiting:0.0.5.RELEASE'
// https://jarcasting.com/artifacts/cn.yueshutong/spring-boot-starter-current-limiting/
implementation ("cn.yueshutong:spring-boot-starter-current-limiting:0.0.5.RELEASE")
'cn.yueshutong:spring-boot-starter-current-limiting:jar:0.0.5.RELEASE'
<dependency org="cn.yueshutong" name="spring-boot-starter-current-limiting" rev="0.0.5.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.5.RELEASE')
)
libraryDependencies += "cn.yueshutong" % "spring-boot-starter-current-limiting" % "0.0.5.RELEASE"
[cn.yueshutong/spring-boot-starter-current-limiting "0.0.5.RELEASE"]