| License |
License |
|---|---|
| Categories |
Categoriesbucket4j General Purpose Libraries Utility |
| GroupId | GroupIdcom.github.vladimir-bukhtoyarov |
| ArtifactId | ArtifactIdbucket4j-dynamodb-sdk-v1 |
| Last Version | Last Version7.5.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbucket4j-dynamodb-sdk-v1
bucket4j - is a java implementation of token bucket algorithm for rate limiting
|
<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-dynamodb-sdk-v1/ -->
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-dynamodb-sdk-v1</artifactId>
<version>7.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-dynamodb-sdk-v1/
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-dynamodb-sdk-v1:7.5.0'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-dynamodb-sdk-v1/
implementation ("com.github.vladimir-bukhtoyarov:bucket4j-dynamodb-sdk-v1:7.5.0")
'com.github.vladimir-bukhtoyarov:bucket4j-dynamodb-sdk-v1:jar:7.5.0'
<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j-dynamodb-sdk-v1" rev="7.5.0">
<artifact name="bucket4j-dynamodb-sdk-v1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j-dynamodb-sdk-v1', version='7.5.0')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j-dynamodb-sdk-v1" % "7.5.0"
[com.github.vladimir-bukhtoyarov/bucket4j-dynamodb-sdk-v1 "7.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.vladimir-bukhtoyarov : bucket4j-core | jar | 7.5.0 |
| com.amazonaws : aws-java-sdk-dynamodb | jar | 1.11.913 |