не последняя версия
Последняя версия 7.5.0

com.github.vladimir-bukhtoyarov:bucket4j-parent 4.8.0

bucket4j - is a java implementation of token bucket algorithm for rate limiting

Категории

Категории

bucket4j Универсальные библиотеки Utility
Группа

Группа

com.github.vladimir-bukhtoyarov
Идентификатор

Идентификатор

bucket4j-parent
Версия

Версия

4.8.0
Тип

Тип

pom

Скачать bucket4j-parent 4.8.0

Имя Файла Размер
bucket4j-parent-4.8.0.pom 10 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-parent/ -->
<dependency>
    <groupId>com.github.vladimir-bukhtoyarov</groupId>
    <artifactId>bucket4j-parent</artifactId>
    <version>4.8.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-parent/
implementation 'com.github.vladimir-bukhtoyarov:bucket4j-parent:4.8.0'
// https://jarcasting.com/artifacts/com.github.vladimir-bukhtoyarov/bucket4j-parent/
implementation ("com.github.vladimir-bukhtoyarov:bucket4j-parent:4.8.0")
'com.github.vladimir-bukhtoyarov:bucket4j-parent:pom:4.8.0'
<dependency org="com.github.vladimir-bukhtoyarov" name="bucket4j-parent" rev="4.8.0">
  <artifact name="bucket4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vladimir-bukhtoyarov', module='bucket4j-parent', version='4.8.0')
)
libraryDependencies += "com.github.vladimir-bukhtoyarov" % "bucket4j-parent" % "4.8.0"
[com.github.vladimir-bukhtoyarov/bucket4j-parent "4.8.0"]