Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.takezoe |
ArtifactId | ArtifactIdscala-retry_2.11 |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
scala-retry_2.11-0.0.5.pom | |
scala-retry_2.11-0.0.5.jar | 57 KB |
scala-retry_2.11-0.0.5-sources.jar | 4 KB |
scala-retry_2.11-0.0.5-javadoc.jar | 396 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.takezoe/scala-retry_2.11/ -->
<dependency>
<groupId>com.github.takezoe</groupId>
<artifactId>scala-retry_2.11</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.takezoe/scala-retry_2.11/
implementation 'com.github.takezoe:scala-retry_2.11:0.0.5'
// https://jarcasting.com/artifacts/com.github.takezoe/scala-retry_2.11/
implementation ("com.github.takezoe:scala-retry_2.11:0.0.5")
'com.github.takezoe:scala-retry_2.11:jar:0.0.5'
<dependency org="com.github.takezoe" name="scala-retry_2.11" rev="0.0.5">
<artifact name="scala-retry_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.takezoe', module='scala-retry_2.11', version='0.0.5')
)
libraryDependencies += "com.github.takezoe" % "scala-retry_2.11" % "0.0.5"
[com.github.takezoe/scala-retry_2.11 "0.0.5"]