r

retry_2.12

a library of simple primitives for asynchronously retrying Scala Futures
http://softwaremill.com/open-source
MIT
com.softwaremill.retry
Adam Warski Doug Tangren
文件下载
文件名 操作
retry_2.12-0.3.0.jar 下载
retry_2.12-0.3.0.pom 下载
retry_2.12-0.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.softwaremill.retry</groupId>
  <artifactId>retry_2.12</artifactId>
  <version>0.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.softwaremill.retry:retry_2.12:0.3.0'
Gradle Kotlin
implementation("com.softwaremill.retry:retry_2.12:0.3.0")
Scala SBT
libraryDependencies += "com.softwaremill.retry" % "retry_2.12" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.softwaremill.retry', module='retry_2.12', version='0.3.0')
)
Apache Ivy
<dependency org="com.softwaremill.retry" name="retry_2.12" rev="0.3.0" />
Leiningen
[com.softwaremill.retry/retry_2.12 "0.3.0"]
Apache Buildr
'com.softwaremill.retry:retry_2.12:jar:0.3.0'