File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,17 @@ A Java Client or SDK that allows you to interact with the Microcks API. It has m
99
1010## Build Status
1111
12- Latest released version is ` 0.0.1 ` .
12+ Latest released version is ` 0.0.2 ` .
1313
14- Current development version is ` 0.0.2 -SNAPSHOT ` .
14+ Current development version is ` 0.0.3 -SNAPSHOT ` .
1515
1616[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/microcks/microcks-java-client/build-verify.yml?logo=github&style=for-the-badge )] ( https://github.com/microcks/microcks-java-client/actions )
1717
1818## Versions
1919
2020| Java Client | Microcks Version |
2121| -------------| ------------------|
22- | 0.0.1 | 1.10.0 and + |
22+ | 0.0.2 | 1.10.0 and + |
2323
2424## How to use it?
2525
@@ -30,14 +30,14 @@ If you're using Maven:
3030<dependency >
3131 <groupId >io.github.microcks</groupId >
3232 <artifactId >microcks-java-client</artifactId >
33- <version >0.0.1 </version >
33+ <version >0.0.2 </version >
3434</dependency >
3535```
3636
3737or if you're using Gradle:
3838``` groovy
3939dependencies {
40- implementation 'io.github.microcks:microcks-java-client:0.0.1 '
40+ implementation 'io.github.microcks:microcks-java-client:0.0.2 '
4141}
4242```
4343
You can’t perform that action at this time.
0 commit comments