| Categories |
Categoriesbucket4j General Purpose Libraries Utility |
|---|---|
| GroupId | GroupIdcom.github.vladimir-bukhtoyarov |
| ArtifactId | ArtifactIdbucket4j-core |
| Version | Version4.9.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bucket4j-core-4.9.0.pom | |
| bucket4j-core-4.9.0.jar | 95 KB |
| bucket4j-core-4.9.0-tests.jar | 120 KB |
| bucket4j-core-4.9.0-sources.jar | 71 KB |
| bucket4j-core-4.9.0-javadoc.jar | 333 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-core/ -->
<dependency>
<groupId>com.github.vladimir-bukhtoyarov</groupId>
<artifactId>bucket4j-core</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-core/
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-core:4.9.0'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-core/
implementation ("com.github.vladimir-bukhtoyarov:bucket4j-core:4.9.0")
'com.github.vladimir-bukhtoyarov:bucket4j-core:jar:4.9.0'
<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j-core" rev="4.9.0">
<artifact name="bucket4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j-core', version='4.9.0')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j-core" % "4.9.0"
[com.github.vladimir-bukhtoyarov/bucket4j-core "4.9.0"]