MVN

com.softwaremill.retry : retry_2.12

Maven & Gradle

Sep 13, 2022
5 usages
346 stars

retry · a library of simple primitives for asynchronously retrying Scala Futures

<dependency>
    <groupId>com.softwaremill.retry</groupId>
    <artifactId>retry_2.12</artifactId>
    <version>0.3.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.retry : retry_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.6

All Versions

Choose a version of com.softwaremill.retry : retry_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
retry_2.12-0.3.6
retry_2.12-0.3.5
retry_2.12-0.3.4
retry_2.12-0.3.3
retry_2.12-0.3.2
retry_2.12-0.3.1
retry_2.12-0.3.0

How to add a dependency to Maven

Add the following com.softwaremill.retry : retry_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremill.retry</groupId>
    <artifactId>retry_2.12</artifactId>
    <version>0.3.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.retry : retry_2.12 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.retry:retry_2.12:0.3.6'

Gradle Kotlin DSL: Add the following com.softwaremill.retry : retry_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.retry:retry_2.12:0.3.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.retry : retry_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.retry" % "retry_2.12" % "0.3.6"

Advertisement

Dependencies from Group

Sep 13, 2022
5 usages
346 stars
Sep 13, 2022
2 usages
346 stars
Sep 13, 2022
346 stars

Discover Dependencies

Sep 16, 2019
4 usages
121 stars
Dec 26, 2020
3 usages
9 stars
Apr 05, 2021
3 usages
8 stars
Dec 22, 2020
13 usages
2 stars
Sep 29, 2021
3 usages
8 stars
Nov 23, 2022
6 usages
0 stars
Sep 04, 2017
4 usages
24 stars