| License |
License |
|---|---|
| Categories |
CategoriesRedis Data Databases |
| GroupId | GroupIdcom.github.hetianyi |
| ArtifactId | ArtifactIdredis-rate-limiter |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionredis-rate-limiter
API rate limiter.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| redis-rate-limiter-1.0.0.pom | |
| redis-rate-limiter-1.0.0.jar | 32 KB |
| redis-rate-limiter-1.0.0-sources.jar | 22 KB |
| redis-rate-limiter-1.0.0-javadoc.jar | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hetianyi/redis-rate-limiter/ -->
<dependency>
<groupId>com.github.hetianyi</groupId>
<artifactId>redis-rate-limiter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hetianyi/redis-rate-limiter/
implementation 'com.github.hetianyi:redis-rate-limiter:1.0.0'
// https://jarcasting.com/artifacts/com.github.hetianyi/redis-rate-limiter/
implementation ("com.github.hetianyi:redis-rate-limiter:1.0.0")
'com.github.hetianyi:redis-rate-limiter:jar:1.0.0'
<dependency org="com.github.hetianyi" name="redis-rate-limiter" rev="1.0.0">
<artifact name="redis-rate-limiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hetianyi', module='redis-rate-limiter', version='1.0.0')
)
libraryDependencies += "com.github.hetianyi" % "redis-rate-limiter" % "1.0.0"
[com.github.hetianyi/redis-rate-limiter "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.hetianyi : springboot-common | jar | 1.0.1 |
| com.alibaba : fastjson | jar | 1.2.56 |
| org.springframework.boot : spring-boot-starter-aop | jar | 2.2.2.RELEASE |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.2.2.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.2.2.RELEASE |
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.2.2.RELEASE |
| org.springframework.cloud : spring-cloud-starter | jar | |
| org.projectlombok : lombok Optional | jar | 1.18.10 |
| com.google.guava : guava | jar | 28.1-jre |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.2.RELEASE |