A set of libraries for interacting with Tarantool from Java. For working with Tarantool, the Netty framework is used for asynchronous programming and the MessagePack library for serialization and deserialization of data.
You need to download and install the library according to the instructions.
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>tarantool-client</artifactId>
<version>1.5.0</version>
</dependency>