| License |
License |
|---|---|
| Categories |
Categoriesbucket4j General Purpose Libraries Utility |
| GroupId | GroupIdcom.github.vladimir-bukhtoyarov |
| ArtifactId | ArtifactIdbucket4j |
| Version | Version7.0.0-beta-2020-04-18 |
| Type | Typepom |
| Description |
Descriptionbucket4j
bucket4j - is a java implementation of token bucket algorithm for rate limiting
|
| Filename | Size |
|---|---|
| bucket4j-7.0.0-beta-2020-04-18.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j/ -->
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j</artifactId>
<version>7.0.0-beta-2020-04-18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j/
implementation 'com.github.vladimir-bukhtoyarov:bucket4j:7.0.0-beta-2020-04-18'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j/
implementation ("com.github.vladimir-bukhtoyarov:bucket4j:7.0.0-beta-2020-04-18")
'com.github.vladimir-bukhtoyarov:bucket4j:pom:7.0.0-beta-2020-04-18'
<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j" rev="7.0.0-beta-2020-04-18">
<artifact name="bucket4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j', version='7.0.0-beta-2020-04-18')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j" % "7.0.0-beta-2020-04-18"
[com.github.vladimir-bukhtoyarov/bucket4j "7.0.0-beta-2020-04-18"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
| org.codehaus.groovy : groovy-all | jar | 2.4.1 |
| cglib : cglib-nodep | jar | 3.1 |
| org.gridkit.lab : nanocloud | jar | 0.8.16 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |