Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrniko authored Sep 21, 2021
1 parent 86b5787 commit 69d7c4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,14 +104,14 @@ Used by
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>3.16.2</version>
<version>3.16.3</version>
</dependency>

#### Gradle
compile 'org.redisson:redisson:3.16.2'
compile 'org.redisson:redisson:3.16.3'

#### SBT
libraryDependencies += "org.redisson" % "redisson" % "3.16.2"
libraryDependencies += "org.redisson" % "redisson" % "3.16.3"

#### Java

Expand Down Expand Up @@ -169,8 +169,8 @@ Try __[Redisson PRO](https://redisson.pro)__ with **ultra-fast performance** and

## Downloads

[Redisson 3.16.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.16.2&e=jar),
[Redisson node 3.16.2](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.16.2&e=jar)
[Redisson 3.16.3](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson&v=3.16.3&e=jar),
[Redisson node 3.16.3](https://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.redisson&a=redisson-all&v=3.16.3&e=jar)

## FAQs

Expand Down

0 comments on commit 69d7c4f

Please sign in to comment.