1- # Merative Annotator for Clinical Data Java SDK Version 1.5.12
1+ # Merative Annotator for Clinical Data Java SDK Version 1.5.13
22
33## Overview
44
@@ -16,7 +16,7 @@ This Java SDK allows developers to programmatically interact with the following
1616* Java 8 or above.
1717
1818## Installation
19- The current version of this SDK is: 1.5.12
19+ The current version of this SDK is: 1.5.13
2020
2121#### Parent Project (Option 1)
2222To define a dependency on the parent project ` acd-sdk ` , use a dependency like these:
@@ -27,14 +27,14 @@ To define a dependency on the parent project `acd-sdk`, use a dependency like th
2727<dependency >
2828 <groupId >com.merative.acd</groupId >
2929 <artifactId >acd-sdk</artifactId >
30- <version >1.5.12 </version >
30+ <version >1.5.13 </version >
3131</dependency >
3232```
3333
3434##### Gradle
3535
3636``` gradle
37- 'com.merative.acd:acd-sdk:1.5.12 '
37+ 'com.merative.acd:acd-sdk:1.5.13 '
3838```
3939
4040#### Annotator for Clinical Data Subproject (Option 2)
@@ -46,13 +46,13 @@ To define a dependency on the subproject `annotator-for-clinical-data`, use a de
4646<dependency >
4747 <groupId >com.merative.acd</groupId >
4848 <artifactId >annotator-for-clinical-data</artifactId >
49- <version >1.5.12 </version >
49+ <version >1.5.13 </version >
5050</dependency >
5151```
5252
5353##### Gradle
5454``` gradle
55- 'com.merative.acd:1.5.12 '
55+ 'com.merative.acd:1.5.13 '
5656```
5757The artifact ID is listed in the table above.
5858
0 commit comments