Clessidra
A library used to control the inflow of requests to selected methods by use of a set of strategies.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.ccbill |
| Идентификатор | Идентификаторclessidra |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеClessidra
A library used to control (rate limit) the inflow of requests to selected methods by use of a set of strategies.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| clessidra-1.0.1.pom | |
| clessidra-1.0.1.jar | 35 KB |
| clessidra-1.0.1-sources.jar | 22 KB |
| clessidra-1.0.1-javadoc.jar | 187 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.ccbill/clessidra/ -->
<dependency>
<groupId>com.ccbill</groupId>
<artifactId>clessidra</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ccbill/clessidra/
implementation 'com.ccbill:clessidra:1.0.1'
// https://jarcasting.com/artifacts/com.ccbill/clessidra/
implementation ("com.ccbill:clessidra:1.0.1")
'com.ccbill:clessidra:jar:1.0.1'
<dependency org="com.ccbill" name="clessidra" rev="1.0.1">
<artifact name="clessidra" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ccbill', module='clessidra', version='1.0.1')
)
libraryDependencies += "com.ccbill" % "clessidra" % "1.0.1"
[com.ccbill/clessidra "1.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 3.2.4.RELEASE |
| log4j : log4j | jar | 1.2.17 |
| commons-lang : commons-lang | jar | 2.3 |
| org.aspectj : aspectjweaver | jar | 1.7.3 |
| cglib : cglib | jar | 2.2.2 |
| com.thoughtworks.xstream : xstream | jar | 1.4.4 |
| com.google.guava : guava | jar | 14.0 |
| junit : junit | jar | 4.8.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-test | jar | 3.2.4.RELEASE |
A library used to control the inflow of requests to selected methods by use of a set of strategies.