| License |
License
MIT
|
|---|---|
| GroupId | GroupIdme.lessis |
| ArtifactId | ArtifactIdretry_2.10 |
| Version | Version0.2.1 |
| Type | Typejar |
| Description |
Descriptionretry
a library of simple primitives for asynchronously retrying Scala Futures
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| retry_2.10-0.2.1.pom | |
| retry_2.10-0.2.1.jar | 82 KB |
| retry_2.10-0.2.1-sources.jar | 4 KB |
| retry_2.10-0.2.1-javadoc.jar | 384 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.lessis/retry_2.10/ -->
<dependency>
<groupId>me.lessis</groupId>
<artifactId>retry_2.10</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.lessis/retry_2.10/
implementation 'me.lessis:retry_2.10:0.2.1'
// https://jarcasting.com/artifacts/me.lessis/retry_2.10/
implementation ("me.lessis:retry_2.10:0.2.1")
'me.lessis:retry_2.10:jar:0.2.1'
<dependency org="me.lessis" name="retry_2.10" rev="0.2.1">
<artifact name="retry_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lessis', module='retry_2.10', version='0.2.1')
)
libraryDependencies += "me.lessis" % "retry_2.10" % "0.2.1"
[me.lessis/retry_2.10 "0.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.10.5 |
| me.lessis : odelay-core_2.10 | jar | 0.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scalatest : scalatest_2.10 | jar | 2.2.4 |