MVN

org.force66 : Insanity

Maven & Gradle

Mar 09, 2015
1 stars

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.

<dependency>
    <groupId>org.force66</groupId>
    <artifactId>Insanity</artifactId>
    <version>1.0.0-rc1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.force66 : Insanity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-rc1
  • Latest Release Candidate: 1.0.0-rc1

All Versions

Choose a version of org.force66 : Insanity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Insanity-1.0.0-rc1

How to add a dependency to Maven

Add the following org.force66 : Insanity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.force66</groupId>
    <artifactId>Insanity</artifactId>
    <version>1.0.0-rc1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.force66 : Insanity gradle dependency to your build.gradle file:

implementation 'org.force66:Insanity:1.0.0-rc1'

Gradle Kotlin DSL: Add the following org.force66 : Insanity gradle kotlin dependency to your build.gradle.kts file:

implementation("org.force66:Insanity:1.0.0-rc1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.force66 : Insanity sbt scala dependency to your build.sbt file:

libraryDependencies += "org.force66" % "Insanity" % "1.0.0-rc1"

Advertisement

Dependencies from Group

Jun 03, 2020
3 usages
6 stars
Dec 09, 2016
2 usages
1 stars
Mar 10, 2015
2 usages
0 stars
Mar 12, 2015
2 usages
Aug 09, 2015
1 stars

Discover Dependencies

Sep 28, 2010
3 stars
Jul 31, 2014
0 stars
Jul 31, 2014
Oct 21, 2014
4 stars
Nov 27, 2007
1 usages