| Группа | Группаcom.github.houbb |
|---|---|
| Идентификатор | Идентификаторrate-limit-spring |
| Версия | Версия0.0.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rate-limit-spring-0.0.6.pom | |
| rate-limit-spring-0.0.6.jar | 9 KB |
| rate-limit-spring-0.0.6-sources.jar | 8 KB |
| rate-limit-spring-0.0.6-javadoc.jar | 93 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/rate-limit-spring/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>rate-limit-spring</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit-spring/
implementation 'com.github.houbb:rate-limit-spring:0.0.6'
// https://jarcasting.com/artifacts/com.github.houbb/rate-limit-spring/
implementation ("com.github.houbb:rate-limit-spring:0.0.6")
'com.github.houbb:rate-limit-spring:jar:0.0.6'
<dependency org="com.github.houbb" name="rate-limit-spring" rev="0.0.6">
<artifact name="rate-limit-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='rate-limit-spring', version='0.0.6')
)
libraryDependencies += "com.github.houbb" % "rate-limit-spring" % "0.0.6"
[com.github.houbb/rate-limit-spring "0.0.6"]