MVN

com.bucket4j : bucket4j_jdk11-parent

Maven & Gradle

Apr 24, 2024
2.1k stars

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

<dependency>
    <groupId>com.bucket4j</groupId>
    <artifactId>bucket4j_jdk11-parent</artifactId>
    <version>8.11.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bucket4j : bucket4j_jdk11-parent to add to Maven - Latest Versions:

  • Latest Stable: 8.11.0

All Versions

Choose a version of com.bucket4j : bucket4j_jdk11-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
8.11.x
bucket4j_jdk11-parent-8.11.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.bucket4j</groupId>
    <artifactId>bucket4j_jdk11-parent</artifactId>
    <version>8.11.0</version>
</dependency>

Advertisement