We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c39563 commit e992e7bCopy full SHA for e992e7b
README.md
@@ -55,12 +55,12 @@ Just include immudb4j as a dependency in your project:
55
<dependency>
56
<groupId>io.codenotary</groupId>
57
<artifactId>immudb4j</artifactId>
58
- <version>0.9.1.3</version>
+ <version>0.9.10.0</version>
59
</dependency>
60
```
61
- if using Gradle:
62
```groovy
63
- compile 'io.codenotary:immudb4j:0.9.1.3'
+ compile 'io.codenotary:immudb4j:0.9.10.0'
64
65
66
`immudb4j` is currently hosted on both [Maven Central] and [Github Packages].
0 commit comments