File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33![ Build Status] ( https://github.com/hstreamdb/hstreamdb-java/actions/workflows/main.yml/badge.svg )
44[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.hstream/hstreamdb-java )] ( https://search.maven.org/artifact/io.hstream/hstreamdb-java )
5- [ ![ javadoc] ( https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.5.1 /javadoc.svg )] ( https://javadoc.io/doc/io.hstream/hstreamdb-java/0.5.1 )
5+ [ ![ javadoc] ( https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.6.0 /javadoc.svg )] ( https://javadoc.io/doc/io.hstream/hstreamdb-java/0.6.0 )
66[ ![ Snapshot Artifacts] ( https://img.shields.io/nexus/s/https/s01.oss.sonatype.org/io.hstream/hstreamdb-java.svg )] ( https://s01.oss.sonatype.org/content/repositories/snapshots/io/hstream/hstreamdb-java/0.6.0-SNAPSHOT/ )
77[ ![ javadoc] ( https://javadoc.io/badge2/io.hstream/hstreamdb-java/0.6.0-SNAPSHOT/javadoc.svg )] ( https://hstreamdb.github.io/hstreamdb-java/javadoc/ )
88
99This is the offical Java client library for [ HStreamDB] ( https://hstream.io/ ) .
1010
1111** Please use the latest released version.**
1212
13- ** The latest release is v0.5.1 , which requires hstream server v0.5.3 .**
13+ ** The latest release is v0.6.0 , which requires hstream server v0.6.0 .**
1414
1515## Content
1616- [ Installation] ( #installation )
@@ -38,7 +38,7 @@ For Maven Users, the library can be included easily like this:
3838 <dependency >
3939 <groupId >io.hstream</groupId >
4040 <artifactId >hstreamdb-java</artifactId >
41- <version >0.5.1 </version >
41+ <version >0.6.0 </version >
4242 </dependency >
4343</dependencies >
4444
@@ -50,7 +50,7 @@ For Gradle Users, the library can be included easily like this:
5050
5151``` groovy
5252
53- implementation 'io.hstream:hstreamdb-java:0.5.1 '
53+ implementation 'io.hstream:hstreamdb-java:0.6.0 '
5454
5555```
5656
You can’t perform that action at this time.
0 commit comments