| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.force66 |
| Идентификатор | ИдентификаторInsanity |
| Последняя версия | Последняя версия1.0.0-rc1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеInsanity
Generic implementation of the 'retry' pattern. The retry pattern is best used from a batch or asynchronous remote tasks (e.g. web service calls) that a user/caller isn't waiting for. It's purpose is to compensate for temporary outages automatically, without the need for human intervention.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| Insanity-1.0.0-rc1.pom | |
| Insanity-1.0.0-rc1.jar | 6 KB |
| Insanity-1.0.0-rc1-sources.jar | 5 KB |
| Insanity-1.0.0-rc1-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.force66/Insanity/ -->
<dependency>
<groupId>org.force66</groupId>
<artifactId>Insanity</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/Insanity/
implementation 'org.force66:Insanity:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.force66/Insanity/
implementation ("org.force66:Insanity:1.0.0-rc1")
'org.force66:Insanity:jar:1.0.0-rc1'
<dependency org="org.force66" name="Insanity" rev="1.0.0-rc1">
<artifact name="Insanity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='Insanity', version='1.0.0-rc1')
)
libraryDependencies += "org.force66" % "Insanity" % "1.0.0-rc1"
[org.force66/Insanity "1.0.0-rc1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |