Update content/influxdb/cloud-serverless/reference/client-libraries/v3/java.md
Co-authored-by: Jason Stirnaman <stirnamanj@gmail.com>pull/5529/head
parent
9116463032
commit
727b298f46
|
@ -42,7 +42,9 @@ To use Gradle to install the client library in your project, add the following t
|
|||
implementation group: 'com.influxdb', name: 'influxdb3-java', version: 'latest.release'
|
||||
```
|
||||
|
||||
## Sample Code
|
||||
## Example: write and query data
|
||||
|
||||
The following example shows how to use `influxdb3-java` to write and query data stored in {{% product-name %}}:
|
||||
|
||||
```java
|
||||
public class HelloInfluxDB {
|
||||
|
|
Loading…
Reference in New Issue