Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions versioned_docs/version-3.11/requirements.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ This page describes the required tools and their versions to use ScalarDB correc

## Client SDK

Because ScalarDB is written in Java, the easiest way to interact with ScalarDB is to use the [Java client SDK](https://scalardb.scalar-labs.com/docs/latest/scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api/#add-scalardb-cluster-java-client-sdk-to-your-build).
The following Java Development Kits (JDKs) are verified and supported.
Because ScalarDB is written in Java, the easiest way to interact with ScalarDB is to use the Java client SDKs:

- [SDK for ScalarDB Core](add-scalardb-to-your-build.mdx)
- [SDK for ScalarDB Cluster](scalardb-cluster/developer-guide-for-scalardb-cluster-with-java-api.mdx)

### Java

Expand Down