| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.forezp |
| Идентификатор | Идентификаторdistributed-limit-core |
| Последняя версия | Последняя версия1.0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdistributed-limit-core
A Framework of Distributed Limit Rate with Redis or Guava for Spring Boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| distributed-limit-core-1.0.4.pom | |
| distributed-limit-core-1.0.4.jar | 17 KB |
| distributed-limit-core-1.0.4-sources.jar | 14 KB |
| distributed-limit-core-1.0.4-javadoc.jar | 147 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.forezp/distributed-limit-core/ -->
<dependency>
<groupId>io.github.forezp</groupId>
<artifactId>distributed-limit-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.forezp/distributed-limit-core/
implementation 'io.github.forezp:distributed-limit-core:1.0.4'
// https://jarcasting.com/artifacts/io.github.forezp/distributed-limit-core/
implementation ("io.github.forezp:distributed-limit-core:1.0.4")
'io.github.forezp:distributed-limit-core:jar:1.0.4'
<dependency org="io.github.forezp" name="distributed-limit-core" rev="1.0.4">
<artifact name="distributed-limit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.forezp', module='distributed-limit-core', version='1.0.4')
)
libraryDependencies += "io.github.forezp" % "distributed-limit-core" % "1.0.4"
[io.github.forezp/distributed-limit-core "1.0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 23.0 |
| redis.clients : jedis | jar | 2.9.0 |
| org.springframework.data : spring-data-redis | jar | 1.8.6.RELEASE |
| org.springframework : spring-aop | jar | 4.2.1.RELEASE |
| org.springframework : spring-aspects | jar | 4.2.1.RELEASE |
| org.springframework : spring-beans | jar | 4.2.1.RELEASE |
| org.springframework : spring-context | jar | 4.2.1.RELEASE |
| org.springframework : spring-context-support | jar | 4.2.1.RELEASE |
| org.springframework : spring-core | jar | 4.2.1.RELEASE |
| org.springframework : spring-web | jar | 4.2.1.RELEASE |
| org.springframework : spring-webmvc | jar | 4.2.1.RELEASE |
| org.springframework.boot : spring-boot-starter | jar | 1.5.3.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor | jar | 1.5.3.RELEASE |
| org.apache.httpcomponents : httpclient | jar | 4.5.2 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.1 |
| com.alibaba : fastjson | jar | 1.2.56 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 1.5.3.RELEASE |