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