License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.atlassian.ratelimit |
ArtifactId | ArtifactIdratelimit-redis |
Last Version | Last Version0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava library that implements Rate Limit
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
ratelimit-redis-0.10.pom | |
ratelimit-redis-0.10.jar | 6 KB |
ratelimit-redis-0.10-sources.jar | 3 KB |
ratelimit-redis-0.10-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.ratelimit/ratelimit-redis/ -->
<dependency>
<groupId>com.atlassian.ratelimit</groupId>
<artifactId>ratelimit-redis</artifactId>
<version>0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.ratelimit/ratelimit-redis/
implementation 'com.atlassian.ratelimit:ratelimit-redis:0.10'
// https://jarcasting.com/artifacts/com.atlassian.ratelimit/ratelimit-redis/
implementation ("com.atlassian.ratelimit:ratelimit-redis:0.10")
'com.atlassian.ratelimit:ratelimit-redis:jar:0.10'
<dependency org="com.atlassian.ratelimit" name="ratelimit-redis" rev="0.10">
<artifact name="ratelimit-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.ratelimit', module='ratelimit-redis', version='0.10')
)
libraryDependencies += "com.atlassian.ratelimit" % "ratelimit-redis" % "0.10"
[com.atlassian.ratelimit/ratelimit-redis "0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.atlassian.ratelimit : ratelimit-core | jar | 0.10 |
redis.clients : jedis | jar | 2.8.1 |
javax.annotation : javax.annotation-api | jar | 1.2 |
org.slf4j : slf4j-api | jar | 1.7.18 |
com.google.code.findbugs : annotations Optional | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
commons-codec : commons-codec | jar | 1.10 |
org.apache.commons : commons-lang3 | jar | 3.4 |
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.10.19 |
org.slf4j : slf4j-simple | jar | 1.7.18 |