clj-bucket4j
is a a simple library that wraps over Bucket4J and offers convenience methods for easy implementation in Clojure code.
For further documentation, do refer Bucket4J officiaal docs.
All functions are available through the fr33m0nk.clj-bucket4j
namespace.
Add the following to your project dependencies:
net.clojars.fr33m0nk/clj-bucket4j {:mvn/version "0.1.0"}
[net.clojars.fr33m0nk/clj-bucket4j "0.1.0"]
<dependency>
<groupId>net.clojars.fr33m0nk</groupId>
<artifactId>clj-bucket4j</artifactId>
<version>0.1.0</version>
</dependency>
implementation("net.clojars.fr33m0nk:clj-bucket4j:0.1.0")
(require '[fr33m0nk.clj-bucket4j :as b4j])
(ns mynamespace
(:require [fr33m0nk.clj-bucket4j :as b4j]))
Copyright © 2023 Prashant Sinha
Distributed under the MIT License.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close