| License |
License |
|---|---|
| GroupId | GroupIdorg.force66 |
| ArtifactId | ArtifactIdInsanity |
| Last Version | Last Version1.0.0-rc1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionInsanity
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |