Skip to content

Commit

Permalink
GH-418: Add spring-retry Maven coordinates into README
Browse files Browse the repository at this point in the history
Fixes: #418
  • Loading branch information
artembilan committed May 10, 2024
1 parent d3698b8 commit 26697ea
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
[![ci.spring.io](https://ci.spring.io/api/v2/teams/spring-retry/pipelines/spring-retry-2.0.x/jobs/build/badge)](https://ci.spring.io/teams/spring-retry/pipelines/spring-retry-2.0.x) [![Javadocs](https://www.javadoc.io/badge/org.springframework.retry/spring-retry.svg)](https://www.javadoc.io/doc/org.springframework.retry/spring-retry)

This project provides declarative retry support for Spring
applications. It is used in Spring Batch, Spring Integration, and
others.
This project provides declarative retry support for Spring applications.
It is used in Spring Batch, Spring Integration, and others.
Imperative retry is also supported for explicit usage.

The Maven artifact for this library is:

```xml
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
</dependency>
```

## Quick Start

This section provides a quick introduction to getting started with Spring Retry.
Expand Down

0 comments on commit 26697ea

Please sign in to comment.