rlf4j
A simple rate limit facade for Java framework to abstract the way of how to setup and apply different rate limitation strategies.
License |
License |
---|---|
GroupId | GroupIdcom.codingzero.utilities |
ArtifactId | ArtifactIdrlf4j-core |
Last Version | Last Version0.7.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA simple rate limit facade for Java framework to abstract the way of how to setup and apply different rate limitation strategies.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rlf4j-core-0.7.4.pom | |
rlf4j-core-0.7.4.jar | 23 KB |
rlf4j-core-0.7.4-sources.jar | 11 KB |
rlf4j-core-0.7.4-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingzero.utilities/rlf4j-core/ -->
<dependency>
<groupId>com.codingzero.utilities</groupId>
<artifactId>rlf4j-core</artifactId>
<version>0.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingzero.utilities/rlf4j-core/
implementation 'com.codingzero.utilities:rlf4j-core:0.7.4'
// https://jarcasting.com/artifacts/com.codingzero.utilities/rlf4j-core/
implementation ("com.codingzero.utilities:rlf4j-core:0.7.4")
'com.codingzero.utilities:rlf4j-core:jar:0.7.4'
<dependency org="com.codingzero.utilities" name="rlf4j-core" rev="0.7.4">
<artifact name="rlf4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingzero.utilities', module='rlf4j-core', version='0.7.4')
)
libraryDependencies += "com.codingzero.utilities" % "rlf4j-core" % "0.7.4"
[com.codingzero.utilities/rlf4j-core "0.7.4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
A simple rate limit facade for Java framework to abstract the way of how to setup and apply different rate limitation strategies.