Skip to content
Closed
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
5 changes: 4 additions & 1 deletion docs/src/main/sphinx/client/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ Versions before 350 are not supported.
(jdbc-installation)=
## Installation

Download {download_mc}`jdbc` and add it to the classpath of your Java application.
<!-- Download {download_mc}`jdbc` and add it to the classpath of your Java application. -->
Download
[trino-jdbc-477.jar](https://repo1.maven.org/maven2/io/trino/trino-jdbc/477/trino-jdbc-477.jar)
and add it to the classpath of your Java application.

The driver is also available from Maven Central:

Expand Down