Installation
The HStreamDB Java SDK is published in Maven central, available at hstreamdb-java (opens new window).
Maven
For Maven Users, the library can be included easily like this:
<dependencies>
<dependency>
<groupId>io.hstream</groupId>
<artifactId>hstreamdb-java</artifactId>
<version>0.6.0</version>
</dependency>
</dependencies>
Gradle
For Gradle Users, the library can be included easily like this:
implementation 'io.hstream:hstreamdb-java:0.6.0'