is not current version
Last Version 1.7

org.isomorphism:token-bucket 1.3

Token bucket algorithm for rate-limiting

GroupId

GroupId

org.isomorphism
ArtifactId

ArtifactId

token-bucket
Version

Version

1.3
Type

Type

jar

Download token-bucket 1.3


<!-- https://jarcasting.com/artifacts/org.isomorphism/token-bucket/ -->
<dependency>
    <groupId>org.isomorphism</groupId>
    <artifactId>token-bucket</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.isomorphism/token-bucket/
implementation 'org.isomorphism:token-bucket:1.3'
// https://jarcasting.com/artifacts/org.isomorphism/token-bucket/
implementation ("org.isomorphism:token-bucket:1.3")
'org.isomorphism:token-bucket:jar:1.3'
<dependency org="org.isomorphism" name="token-bucket" rev="1.3">
  <artifact name="token-bucket" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.isomorphism', module='token-bucket', version='1.3')
)
libraryDependencies += "org.isomorphism" % "token-bucket" % "1.3"
[org.isomorphism/token-bucket "1.3"]