File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ A Java Client or SDK that allows you to interact with the Microcks API. It has m
1111
1212## Build Status
1313
14- Latest released version is ` 0.0.5 ` .
14+ Latest released version is ` 0.0.6 ` .
1515
16- Current development version is ` 0.0.6 -SNAPSHOT ` .
16+ Current development version is ` 0.0.7 -SNAPSHOT ` .
1717
1818#### Fossa license and security scans
1919
@@ -38,10 +38,7 @@ To get involved with our community, please make sure you are familiar with the p
3838
3939| Java Client | Microcks Version |
4040| -------------| ------------------|
41- | ` 0.0.2 ` | ` 1.10.0 ` and + |
42- | ` 0.0.3 ` | ` 1.10.0 ` and + |
43- | ` 0.0.4 ` | ` 1.10.0 ` and + |
44- | ` 0.0.5 ` | ` 1.10.0 ` and + |
41+ | ` 0.0.x ` | ` 1.10.0 ` and + |
4542
4643## How to use it?
4744
@@ -52,14 +49,14 @@ If you're using Maven:
5249<dependency >
5350 <groupId >io.github.microcks</groupId >
5451 <artifactId >microcks-java-client</artifactId >
55- <version >0.0.5 </version >
52+ <version >0.0.6 </version >
5653</dependency >
5754```
5855
5956or if you're using Gradle:
6057``` groovy
6158dependencies {
62- implementation 'io.github.microcks:microcks-java-client:0.0.5 '
59+ implementation 'io.github.microcks:microcks-java-client:0.0.6 '
6360}
6461```
6562
You can’t perform that action at this time.
0 commit comments