https://github.com/tarantool/tarantool-java-sdk
The official set of libraries to work with Tarantool in Java
https://github.com/tarantool/tarantool-java-sdk
connector driver java tarantool tarantool-connector
Last synced: 3 days ago
JSON representation
The official set of libraries to work with Tarantool in Java
- Host: GitHub
- URL: https://github.com/tarantool/tarantool-java-sdk
- Owner: tarantool
- License: other
- Created: 2025-11-25T06:47:07.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2026-07-03T15:53:17.000Z (24 days ago)
- Last Synced: 2026-07-03T16:28:04.077Z (24 days ago)
- Topics: connector, driver, java, tarantool, tarantool-connector
- Language: Java
- Homepage: https://tarantool.github.io/tarantool-java-sdk/
- Size: 5.88 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Maintainers: MAINTAINERS.md
Awesome Lists containing this project
README
[](https://github.com/tarantool/tarantool-java-sdk/actions/workflows/tests.yml)
# Tarantool Java SDK
A set of libraries for interacting with Tarantool from Java.
For working with Tarantool, the [Netty](https://netty.io) framework is used for asynchronous programming and the
[MessagePack](https://github.com/msgpack/msgpack-java) library for serialization and
deserialization of data.
## Getting Started
You need to download and install the library according to the [instructions](INSTALL.md).
### Using the Library
**Maven:**
```xml
io.tarantool
tarantool-client
1.7.0
```
**Gradle:**
```kotlin
dependencies {
implementation("io.tarantool:tarantool-client:1.7.0")
}
```
## Documentation
- [Release](RELEASING.md)
- [Documentation deploy](DOC_DEPLOY.md)