bucket4j-postgresql

bucket4j - is a java implementation of token bucket algorithm for rate limiting

License

License

Categories

Categories

PostgreSQL Data Databases bucket4j General Purpose Libraries Utility
GroupId

GroupId

com.github.vladimir-bukhtoyarov
ArtifactId

ArtifactId

bucket4j-postgresql
Last Version

Last Version

7.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

bucket4j-postgresql
bucket4j - is a java implementation of token bucket algorithm for rate limiting

Download bucket4j-postgresql

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-postgresql/ -->
<dependency>
    <groupId>com.github.vladimir-bukhtoyarov</groupId>
    <artifactId>bucket4j-postgresql</artifactId>
    <version>7.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-postgresql/
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-postgresql:7.5.0'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-postgresql/
implementation ("com.github.vladimir-bukhtoyarov:bucket4j-postgresql:7.5.0")
'com.github.vladimir-bukhtoyarov:bucket4j-postgresql:jar:7.5.0'
<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j-postgresql" rev="7.5.0">
  <artifact name="bucket4j-postgresql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j-postgresql', version='7.5.0')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j-postgresql" % "7.5.0"
[com.github.vladimir-bukhtoyarov/bucket4j-postgresql "7.5.0"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.vladimir-bukhtoyarov : bucket4j-core jar 7.5.0
org.testcontainers : postgresql jar 1.15.1
org.postgresql : postgresql jar 42.3.3
com.zaxxer : HikariCP-java6 jar 2.3.8

Project Modules

There are no modules declared in this project.

Versions

Version
7.5.0
7.4.0
7.3.0
7.2.0