is not current version
Last Version 0.3.1-RELEASE

com.github.fangyanpg:spring-boot-ratelimiter 0.0.1-RELEASE

redis rate limiter

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.fangyanpg
ArtifactId

ArtifactId

spring-boot-ratelimiter
Version

Version

0.0.1-RELEASE
Type

Type

jar

Download spring-boot-ratelimiter 0.0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/ -->
<dependency>
    <groupId>com.github.fangyanpg</groupId>
    <artifactId>spring-boot-ratelimiter</artifactId>
    <version>0.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/
implementation 'com.github.fangyanpg:spring-boot-ratelimiter:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/
implementation ("com.github.fangyanpg:spring-boot-ratelimiter:0.0.1-RELEASE")
'com.github.fangyanpg:spring-boot-ratelimiter:jar:0.0.1-RELEASE'
<dependency org="com.github.fangyanpg" name="spring-boot-ratelimiter" rev="0.0.1-RELEASE">
  <artifact name="spring-boot-ratelimiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangyanpg', module='spring-boot-ratelimiter', version='0.0.1-RELEASE')
)
libraryDependencies += "com.github.fangyanpg" % "spring-boot-ratelimiter" % "0.0.1-RELEASE"
[com.github.fangyanpg/spring-boot-ratelimiter "0.0.1-RELEASE"]