b

bucket4j

Provides a bucket4j backed implementation of Wisp's standard rate limiting interface
https://github.com/cashapp/misk/
The Apache Software License, Version 2.0
Square, Inc.
文件下载
文件名 操作
bucket4j-2024.09.03.175341-7e3b554.jar 下载
bucket4j-2024.09.03.175341-7e3b554.pom 下载
bucket4j-2024.09.03.175341-7e3b554-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.cash.wisp</groupId>
  <artifactId>bucket4j</artifactId>
  <version>2024.09.03.175341-7e3b554</version>
</dependency>
Gradle Groovy
implementation 'app.cash.wisp:bucket4j:2024.09.03.175341-7e3b554'
Gradle Kotlin
implementation("app.cash.wisp:bucket4j:2024.09.03.175341-7e3b554")
Scala SBT
libraryDependencies += "app.cash.wisp" % "bucket4j" % "2024.09.03.175341-7e3b554"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.wisp', module='bucket4j', version='2024.09.03.175341-7e3b554')
)
Apache Ivy
<dependency org="app.cash.wisp" name="bucket4j" rev="2024.09.03.175341-7e3b554" />
Leiningen
[app.cash.wisp/bucket4j "2024.09.03.175341-7e3b554"]
Apache Buildr
'app.cash.wisp:bucket4j:jar:2024.09.03.175341-7e3b554'