Skip to content

Commit

Permalink
docs: update README with correct Maven coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
bsbodden committed Dec 18, 2021
1 parent 3fbac21 commit 5f50efb
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,11 +214,26 @@ The repository proxy has two ways to derive a store-specific query from the meth

## 💻 Maven configuration

Add the Maven dependency:
### Official Releases

**None Yet**

### Snapshots

```xml
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
```

and

```xml
<dependency>
<groupId>com.redis.om.spring</groupId>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>${version}</version>
</dependency>
Expand Down

0 comments on commit 5f50efb

Please sign in to comment.