Installation

The HStreamDB Java SDK is published in Maven central, available at hstreamdb-java.

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>${hstreamdbClient.version}</version>
  6. </dependency>
  7. </dependencies>

Gradle

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

  1. compile group: 'io.hstreamdb', name: 'hstreamdb-java', version: "${hstreamdbClientVersion}"