is not current version
Last Version 7.5.0

com.github.vladimir-bukhtoyarov:bucket4j-parent 6.0.0

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

Categories

Categories

bucket4j General Purpose Libraries Utility
GroupId

GroupId

com.github.vladimir-bukhtoyarov
ArtifactId

ArtifactId

bucket4j-parent
Version

Version

6.0.0
Type

Type

pom

Download bucket4j-parent 6.0.0

Filename Size
bucket4j-parent-6.0.0.pom 12 KB
Browse

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