Files download
File Operation
greptimedb-proto-0.4.0.jar download
greptimedb-proto-0.4.0.pom download
greptimedb-proto-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.greptime</groupId>
  <artifactId>greptimedb-proto</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'io.greptime:greptimedb-proto:0.4.0'
Gradle Kotlin
implementation("io.greptime:greptimedb-proto:0.4.0")
Scala SBT
libraryDependencies += "io.greptime" % "greptimedb-proto" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='io.greptime', module='greptimedb-proto', version='0.4.0')
)
Apache Ivy
<dependency org="io.greptime" name="greptimedb-proto" rev="0.4.0" />
Leiningen
[io.greptime/greptimedb-proto "0.4.0"]
Apache Buildr
'io.greptime:greptimedb-proto:jar:0.4.0'