1- # IBM Watson Health Cognitive Services Java SDK Version 1.5.6
1+ # IBM Watson Health Cognitive Services Java SDK Version 1.5.7
22
33## Overview
44
@@ -16,7 +16,7 @@ The IBM Watson Health Cognitive Services (WHCS) Java SDK allows developers to pr
1616* Java 8 or above.
1717
1818## Installation
19- The current version of this SDK is: 1.5.6
19+ The current version of this SDK is: 1.5.7
2020
2121#### WHCS service (Option 1)
2222To define a dependency on the WHCS service contained in the project, use a dependency like these:
@@ -27,14 +27,14 @@ To define a dependency on the WHCS service contained in the project, use a depen
2727<dependency >
2828 <groupId >com.ibm.watson.health.cognitive-services</groupId >
2929 <artifactId >ibm-whcs-services</artifactId >
30- <version >1.5.6 </version >
30+ <version >1.5.7 </version >
3131</dependency >
3232```
3333
3434##### Gradle
3535
3636``` gradle
37- 'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.6 '
37+ 'com.ibm.watson.health.cognitive-services:ibm-whcs-services:1.5.7 '
3838```
3939
4040#### Annotator for Clinical Data service (Option 2)
@@ -46,13 +46,13 @@ To define a dependency on the Annotator for Clinical Data service, use a depende
4646<dependency >
4747 <groupId >com.ibm.watson.health.cognitive-services</groupId >
4848 <artifactId >annotator-for-clinical-data</artifactId >
49- <version >1.5.6 </version >
49+ <version >1.5.7 </version >
5050</dependency >
5151```
5252
5353##### Gradle
5454``` gradle
55- 'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.6 '
55+ 'com.ibm.watson.health.cognitive-services:annotator-for-clinical-data:1.5.7 '
5656```
5757The artifact ID is listed in the table above.
5858
0 commit comments