License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.fangyanpg |
ArtifactId | ArtifactIdspring-boot-ratelimiter |
Version | Version0.3.1-RELEASE |
Type | Typejar |
Description |
Descriptionspring boot ratelimiter
redis rate limiter
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/ -->
<dependency>
<groupId>com.github.fangyanpg</groupId>
<artifactId>spring-boot-ratelimiter</artifactId>
<version>0.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/
implementation 'com.github.fangyanpg:spring-boot-ratelimiter:0.3.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.fangyanpg/spring-boot-ratelimiter/
implementation ("com.github.fangyanpg:spring-boot-ratelimiter:0.3.1-RELEASE")
'com.github.fangyanpg:spring-boot-ratelimiter:jar:0.3.1-RELEASE'
<dependency org="com.github.fangyanpg" name="spring-boot-ratelimiter" rev="0.3.1-RELEASE">
<artifact name="spring-boot-ratelimiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fangyanpg', module='spring-boot-ratelimiter', version='0.3.1-RELEASE')
)
libraryDependencies += "com.github.fangyanpg" % "spring-boot-ratelimiter" % "0.3.1-RELEASE"
[com.github.fangyanpg/spring-boot-ratelimiter "0.3.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-aop | jar | 2.3.6.RELEASE |
org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.6.RELEASE |
cn.hutool : hutool-all | jar | 5.3.1 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.springframework : spring-web | jar | 4.3.24.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.12 |