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.10.08.195322-4f928e8.jar 下载
bucket4j-2024.10.08.195322-4f928e8.pom 下载
bucket4j-2024.10.08.195322-4f928e8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>app.cash.wisp</groupId>
  <artifactId>bucket4j</artifactId>
  <version>2024.10.08.195322-4f928e8</version>
</dependency>
Gradle Groovy
implementation 'app.cash.wisp:bucket4j:2024.10.08.195322-4f928e8'
Gradle Kotlin
implementation("app.cash.wisp:bucket4j:2024.10.08.195322-4f928e8")
Scala SBT
libraryDependencies += "app.cash.wisp" % "bucket4j" % "2024.10.08.195322-4f928e8"
Groovy Grape
@Grapes(
  @Grab(group='app.cash.wisp', module='bucket4j', version='2024.10.08.195322-4f928e8')
)
Apache Ivy
<dependency org="app.cash.wisp" name="bucket4j" rev="2024.10.08.195322-4f928e8" />
Leiningen
[app.cash.wisp/bucket4j "2024.10.08.195322-4f928e8"]
Apache Buildr
'app.cash.wisp:bucket4j:jar:2024.10.08.195322-4f928e8'