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