b

bucket4j-parent

bucket4j - is a java implementation of token bucket algorithm for rate limiting
http://github.com/vladimir-bukhtoyarov/bucket4j
The Apache Software License, Version 2.0
Vladimir Bukhtoyarov
Files download
File Operation
bucket4j-parent-4.3.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.vladimir-bukhtoyarov</groupId>
  <artifactId>bucket4j-parent</artifactId>
  <version>4.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-parent:4.3.0'
Gradle Kotlin
implementation("com.github.vladimir-bukhtoyarov:bucket4j-parent:4.3.0")
Scala SBT
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j-parent" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j-parent', version='4.3.0')
)
Apache Ivy
<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j-parent" rev="4.3.0" />
Leiningen
[com.github.vladimir-bukhtoyarov/bucket4j-parent "4.3.0"]
Apache Buildr
'com.github.vladimir-bukhtoyarov:bucket4j-parent:jar:4.3.0'