| GroupId | GroupIdorg.springframework.retry | 
|---|---|
| ArtifactId | ArtifactIdspring-retry | 
| Version | Version1.2.5.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-retry-1.2.5.RELEASE.pom | |
| spring-retry-1.2.5.RELEASE.jar | 126 KB | 
| spring-retry-1.2.5.RELEASE-sources.jar | 116 KB | 
| spring-retry-1.2.5.RELEASE-javadoc.jar | 627 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/ -->
<dependency>
    <groupId>org.springframework.retry</groupId>
    <artifactId>spring-retry</artifactId>
    <version>1.2.5.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/
implementation 'org.springframework.retry:spring-retry:1.2.5.RELEASE'// https://jarcasting.com/artifacts/org.springframework.retry/spring-retry/
implementation ("org.springframework.retry:spring-retry:1.2.5.RELEASE")'org.springframework.retry:spring-retry:jar:1.2.5.RELEASE'<dependency org="org.springframework.retry" name="spring-retry" rev="1.2.5.RELEASE">
  <artifact name="spring-retry" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.retry', module='spring-retry', version='1.2.5.RELEASE')
)libraryDependencies += "org.springframework.retry" % "spring-retry" % "1.2.5.RELEASE"[org.springframework.retry/spring-retry "1.2.5.RELEASE"]