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