| License |
License |
|---|---|
| GroupId | GroupIdcom.softwaremill.retry |
| ArtifactId | ArtifactIdretry_sjs1_3 |
| Version | Version0.3.4 |
| Type | Typejar |
| Description |
Descriptionretry
a library of simple primitives for asynchronously retrying Scala Futures
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| retry_sjs1_3-0.3.4.pom | |
| retry_sjs1_3-0.3.4.jar | 117 KB |
| retry_sjs1_3-0.3.4-sources.jar | 4 KB |
| retry_sjs1_3-0.3.4-javadoc.jar | 208 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.softwaremill.retry/retry_sjs1_3/ -->
<dependency>
<groupId>com.softwaremill.retry</groupId>
<artifactId>retry_sjs1_3</artifactId>
<version>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.retry/retry_sjs1_3/
implementation 'com.softwaremill.retry:retry_sjs1_3:0.3.4'
// https://jarcasting.com/artifacts/com.softwaremill.retry/retry_sjs1_3/
implementation ("com.softwaremill.retry:retry_sjs1_3:0.3.4")
'com.softwaremill.retry:retry_sjs1_3:jar:0.3.4'
<dependency org="com.softwaremill.retry" name="retry_sjs1_3" rev="0.3.4">
<artifact name="retry_sjs1_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.retry', module='retry_sjs1_3', version='0.3.4')
)
libraryDependencies += "com.softwaremill.retry" % "retry_sjs1_3" % "0.3.4"
[com.softwaremill.retry/retry_sjs1_3 "0.3.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala3-library_sjs1_3 | jar | 3.0.0 |
| org.scala-js : scalajs-library_2.13 | jar | 1.9.0 |
| com.softwaremill.odelay : odelay-core_sjs1_3 | jar | 0.3.3 |
| org.scala-lang.modules : scala-collection-compat_sjs1_3 | jar | 2.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-js : scalajs-test-bridge_2.13 | jar | 1.9.0 |
| org.scalatest : scalatest_sjs1_3 | jar | 3.2.9 |