r

retry_2.13

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