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
文件下载
文件名 操作
bucket4j-parent-2.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.github.vladimir-bukhtoyarov</groupId>
  <artifactId>bucket4j-parent</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-parent:2.0.0'
Gradle Kotlin
implementation("com.github.vladimir-bukhtoyarov:bucket4j-parent:2.0.0")
Scala SBT
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j-parent" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j-parent', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j-parent" rev="2.0.0" />
Leiningen
[com.github.vladimir-bukhtoyarov/bucket4j-parent "2.0.0"]
Apache Buildr
'com.github.vladimir-bukhtoyarov:bucket4j-parent:jar:2.0.0'