| Categories | Categoriesbucket4j General Purpose Libraries Utility | 
|---|---|
| GroupId | GroupIdcom.github.vladimir-bukhtoyarov | 
| ArtifactId | ArtifactIdbucket4j-core | 
| Version | Version5.0.0-beta.01-09-2020 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-core/ -->
<dependency>
    <groupId>com.github.vladimir-bukhtoyarov</groupId>
    <artifactId>bucket4j-core</artifactId>
    <version>5.0.0-beta.01-09-2020</version>
</dependency>// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-core/
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:5.0.0-beta.01-09-2020'// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-core/
implementation ("com.github.vladimir-bukhtoyarov:bucket4j-core:5.0.0-beta.01-09-2020")'com.github.vladimir-bukhtoyarov:bucket4j-core:jar:5.0.0-beta.01-09-2020'<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j-core" rev="5.0.0-beta.01-09-2020">
  <artifact name="bucket4j-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j-core', version='5.0.0-beta.01-09-2020')
)libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j-core" % "5.0.0-beta.01-09-2020"[com.github.vladimir-bukhtoyarov/bucket4j-core "5.0.0-beta.01-09-2020"]