File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -55,26 +55,18 @@ Just include immudb4j as a dependency in your project:
5555 <dependency >
5656 <groupId >io.codenotary</groupId >
5757 <artifactId >immudb4j</artifactId >
58- <version >1.0.0 </version >
58+ <version >1.0.1 </version >
5959 </dependency >
6060 ```
6161- if using Gradle:
6262 ``` groovy
63- compile 'io.codenotary:immudb4j:1.0.0 '
63+ compile 'io.codenotary:immudb4j:1.0.1 '
6464 ```
6565
66- ` immudb4j ` is currently hosted on both [ Maven Central] and [ Github Packages ] .
66+ ` immudb4j ` is currently hosted on both [ Maven Central] .
6767
68- [ Github Packages ] : https://docs.github.com/en/packages
6968[ Maven Central ] : https://search.maven.org/artifact/io.codenotary/immudb4j
7069
71- ### How to use immudb4j packages from Github Packages
72-
73- ` immudb4j Github Package repository ` needs to be included with authentication.
74- When using Maven, it means to include immudb4j Github Package in your ` ~/.m2/settings.xml `
75- file. See _ Configuring Apache Maven for use with GitHub Packages_
76- and _ Configuring Gradle for use with GitHub Packages_ at [ Github Packages] .
77-
7870## Supported Versions
7971
8072immudb4j supports the [ latest immudb server] release.
You can’t perform that action at this time.
0 commit comments