b

bucket4j-parent

bucket4j - is a java implementation of token bucket algorithm for rate limiting
http://github.com/bucket4j/bucket4j
The Apache Software License, Version 2.0
Vladimir Bukhtoyarov Maxim Bartkov
文件下载
文件名 操作
bucket4j-parent-8.4.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.bucket4j</groupId>
  <artifactId>bucket4j-parent</artifactId>
  <version>8.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bucket4j:bucket4j-parent:8.4.0'
Gradle Kotlin
implementation("com.bucket4j:bucket4j-parent:8.4.0")
Scala SBT
libraryDependencies += "com.bucket4j" % "bucket4j-parent" % "8.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bucket4j', module='bucket4j-parent', version='8.4.0')
)
Apache Ivy
<dependency org="com.bucket4j" name="bucket4j-parent" rev="8.4.0" />
Leiningen
[com.bucket4j/bucket4j-parent "8.4.0"]
Apache Buildr
'com.bucket4j:bucket4j-parent:jar:8.4.0'