MVN

io.greptime : greptimedb-client

Maven & Gradle

Jun 05, 2023
21 stars

io.greptime:greptimedb-client · A Java Client for GreptimeDB, which is compatible with GreptimeDB protocol and lightweight.

<dependency>
    <groupId>io.greptime</groupId>
    <artifactId>greptimedb-client</artifactId>
    <version>0.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.greptime : greptimedb-client to add to Maven - Latest Versions:

  • Latest Stable: 0.3.1

All Versions

Choose a version of io.greptime : greptimedb-client to add to Maven - All Versions:

Version Vulnerabilities Updated
0.3.x
greptimedb-client-0.3.1
greptimedb-client-0.3.0
0.1.x
greptimedb-client-0.1.5
greptimedb-client-0.1.4
greptimedb-client-0.1.3
greptimedb-client-0.1.2
greptimedb-client-0.1.1
greptimedb-client-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.greptime</groupId>
    <artifactId>greptimedb-client</artifactId>
    <version>0.3.1</version>
</dependency>

Advertisement