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