We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d674096 commit b1e4b59Copy full SHA for b1e4b59
README.md
@@ -24,13 +24,14 @@ To get the Java connector for Tarantool 1.6.9, visit
24
25
## Getting started
26
27
-1. Add a dependency to your `pom.xml` file:
+1. Add a dependency to your `pom.xml` file (look for a last version on the
28
+ [releases page](https://github.com/tarantool/tarantool-java/releases)):
29
30
```xml
31
<dependency>
32
<groupId>org.tarantool</groupId>
33
<artifactId>connector</artifactId>
- <version>1.9.1</version>
34
+ <version>1.9.2</version>
35
</dependency>
36
```
37
0 commit comments