MVN

com.github.oliverselinger : failsafe-executor

Maven & Gradle

Aug 18, 2022
9 stars

failsafe-executor · Persistent executor service for Java

<dependency>
    <groupId>com.github.oliverselinger</groupId>
    <artifactId>failsafe-executor</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.oliverselinger : failsafe-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of com.github.oliverselinger : failsafe-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
failsafe-executor-2.0.2
failsafe-executor-2.0.1
failsafe-executor-2.0.0
1.4.x
failsafe-executor-1.4.0
1.3.x
failsafe-executor-1.3.3
failsafe-executor-1.3.2
failsafe-executor-1.3.1
failsafe-executor-1.3.0
1.2.x
failsafe-executor-1.2.0
1.1.x
failsafe-executor-1.1.0
1.0.x
failsafe-executor-1.0.1
failsafe-executor-1.0.0

How to add a dependency to Maven

Add the following com.github.oliverselinger : failsafe-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.oliverselinger</groupId>
    <artifactId>failsafe-executor</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.oliverselinger : failsafe-executor gradle dependency to your build.gradle file:

implementation 'com.github.oliverselinger:failsafe-executor:2.0.2'

Gradle Kotlin DSL: Add the following com.github.oliverselinger : failsafe-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.oliverselinger:failsafe-executor:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.oliverselinger : failsafe-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.oliverselinger" % "failsafe-executor" % "2.0.2"