Skip to content

Commit

Permalink
doc: add maven central description
Browse files Browse the repository at this point in the history
  • Loading branch information
GangCheng committed Aug 21, 2023
1 parent cb5aee9 commit 4e90a7b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[![Java CI with Maven](https://github.com/chenggangpro/reactive-cache-support/actions/workflows/maven-ci.yml/badge.svg?branch=develop)](https://github.com/chenggangpro/reactive-cache-support/actions/workflows/maven-ci.yml)
[![Coverage](.github/badges/jacoco.svg)](https://github.com/chenggangpro/reactive-cache-support/actions/workflows/maven-ci.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/pro.chenggang/reactive-cache-support/badge.svg)](https://maven-badges.herokuapp.com/maven-central/pro.chenggang/reactive-cache-support)

#### The aim of this project is to implement a general approach to reactive cache operations.

Expand All @@ -18,6 +19,16 @@

#### Usage

* Maven Central

```xml
<dependency>
<groupId>pro.chenggang</groupId>
<artifactId>reactive-cache-support</artifactId>
<version>${latest.version}</version>
</dependency>
```

* Standalone usages

> InmemoryReactiveCache
Expand Down

0 comments on commit 4e90a7b

Please sign in to comment.