Update README.md

pull/1461/head
Nikita Koksharov 7 years ago committed by GitHub
parent 5851addfdd
commit a323460caf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,23 +98,23 @@ Quick start
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>3.6.5</version>
<version>3.7.0</version>
</dependency>
<!-- JDK 1.6+ compatible -->
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>2.11.5</version>
<version>2.11.0</version>
</dependency>
#### Gradle
// JDK 1.8+ compatible
compile 'org.redisson:redisson:3.6.5'
compile 'org.redisson:redisson:3.7.0'
// JDK 1.6+ compatible
compile 'org.redisson:redisson:2.11.5'
compile 'org.redisson:redisson:2.12.0'
#### Java

Loading…
Cancel
Save