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 70b6553 commit e15c467Copy full SHA for e15c467
docs/en/developer/00-drivers/03-jdbc.md
@@ -14,14 +14,14 @@ The official JDBC driver providing standard JDBC 4.0 compatibility for seamless
14
<dependency>
15
<groupId>com.databend</groupId>
16
<artifactId>databend-jdbc</artifactId>
17
- <version>0.3.7</version>
+ <version>0.4.1</version>
18
</dependency>
19
```
20
21
### Gradle
22
23
```gradle
24
-implementation 'com.databend:databend-jdbc:0.3.7'
+implementation 'com.databend:databend-jdbc:0.4.1'
25
26
27
**Connection String**: See [Drivers Overview](./index.md#connection-string-dsn) for DSN format and connection examples.
0 commit comments