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:
<dependencies>
<dependency>
<groupId>io.hstream</groupId>
<artifactId>hstreamdb-java</artifactId>
<version>${hstreamdbClient.version}</version>
</dependency>
</dependencies>
Gradle
For Gradle Users, the library can be included easily like this:
compile group: 'io.hstreamdb', name: 'hstreamdb-java', version: "${hstreamdbClientVersion}"