Installation

The HStreamDB Java SDK is published in Maven central, available at hstreamdb-javaInstallation - 图1 (opens new window).

Maven

For Maven Users, the library can be included easily like this:

  1. <dependencies>
  2. <dependency>
  3. <groupId>io.hstream</groupId>
  4. <artifactId>hstreamdb-java</artifactId>
  5. <version>0.6.0</version>
  6. </dependency>
  7. </dependencies>

Gradle

For Gradle Users, the library can be included easily like this:

  1. implementation 'io.hstream:hstreamdb-java:0.6.0'