Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 2.11 KB

README.md

File metadata and controls

79 lines (56 loc) · 2.11 KB

Merative Annotator for Clinical Data Java SDK Version 1.5.13

Overview

This Java SDK allows developers to programmatically interact with the following service:

Service Name Artifact ID
Annotator for Clinical Data annotator-for-clinical-data

Prerequisites

Installation

The current version of this SDK is: 1.5.13

Parent Project (Option 1)

To define a dependency on the parent project acd-sdk, use a dependency like these:

Maven
<dependency>
	<groupId>com.merative.acd</groupId>
	<artifactId>acd-sdk</artifactId>
	<version>1.5.13</version>
</dependency>
Gradle
'com.merative.acd:acd-sdk:1.5.13'

Annotator for Clinical Data Subproject (Option 2)

To define a dependency on the subproject annotator-for-clinical-data, use a dependency like this:

Maven
<dependency>
    <groupId>com.merative.acd</groupId>
    <artifactId>annotator-for-clinical-data</artifactId>
    <version>1.5.13</version>
</dependency>
Gradle
'com.merative.acd:1.5.13'

The artifact ID is listed in the table above.

Using the SDK

For general SDK usage information, please see this link

Questions

For questions, refer to:

Issues

If you encounter an issue with the project, you are welcome to submit a bug report.

Contributing

See CONTRIBUTING.

License

The Annotator for Clinical Data Java SDK is released under the Apache 2.0 license. The license's full text can be found in LICENSE.