Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md

Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>
pull/5529/head
Suyash Joshi 2024-07-24 11:38:10 +01:00 committed by GitHub
parent c8173aa213
commit 9116463032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ The documentation for this client library is available on GitHub.
```
### Gradle
To use Gradle to install the client library in your project, add the following to your `build.gradle` dependencies:
```groovy
implementation group: 'com.influxdb', name: 'influxdb3-java', version: 'latest.release'
```