k

kotlin-retry

A higher-order function for retrying operations that may fail.
https://github.com/michaelbull/kotlin-retry
ISC License
Michael Bull
文件下载
文件名 操作
kotlin-retry-1.0.8.jar 下载
kotlin-retry-1.0.8.pom 下载
kotlin-retry-1.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.michael-bull.kotlin-retry</groupId>
  <artifactId>kotlin-retry</artifactId>
  <version>1.0.8</version>
</dependency>
Gradle Groovy
implementation 'com.michael-bull.kotlin-retry:kotlin-retry:1.0.8'
Gradle Kotlin
implementation("com.michael-bull.kotlin-retry:kotlin-retry:1.0.8")
Scala SBT
libraryDependencies += "com.michael-bull.kotlin-retry" % "kotlin-retry" % "1.0.8"
Groovy Grape
@Grapes(
  @Grab(group='com.michael-bull.kotlin-retry', module='kotlin-retry', version='1.0.8')
)
Apache Ivy
<dependency org="com.michael-bull.kotlin-retry" name="kotlin-retry" rev="1.0.8" />
Leiningen
[com.michael-bull.kotlin-retry/kotlin-retry "1.0.8"]
Apache Buildr
'com.michael-bull.kotlin-retry:kotlin-retry:jar:1.0.8'