api-limiter

A thread safe Java library to limit access to an API on behalf of a specific client or all clients in a certain timeframe

License

License

GroupId

GroupId

com.dinuberinde
ArtifactId

ArtifactId

api-limiter
Last Version

Last Version

1.4
Release Date

Release Date

Type

Type

jar
Description

Description

api-limiter
A thread safe Java library to limit access to an API on behalf of a specific client or all clients in a certain timeframe
Project URL

Project URL

https://github.com/DinuBerinde/api-limiter
Source Code Management

Source Code Management

https://github.com/DinuBerinde/api-limiter

Download api-limiter

How to add to project

<!-- https://jarcasting.com/artifacts/com.dinuberinde/api-limiter/ -->
<dependency>
    <groupId>com.dinuberinde</groupId>
    <artifactId>api-limiter</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinuberinde/api-limiter/
implementation 'com.dinuberinde:api-limiter:1.4'
// https://jarcasting.com/artifacts/com.dinuberinde/api-limiter/
implementation ("com.dinuberinde:api-limiter:1.4")
'com.dinuberinde:api-limiter:jar:1.4'
<dependency org="com.dinuberinde" name="api-limiter" rev="1.4">
  <artifact name="api-limiter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinuberinde', module='api-limiter', version='1.4')
)
libraryDependencies += "com.dinuberinde" % "api-limiter" % "1.4"
[com.dinuberinde/api-limiter "1.4"]

Dependencies

compile (1)

Group / Artifact Type Version
net.jcip : jcip-annotations jar 1.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.4
1.3
1.2
1.1
1.0