{"id":36419004,"url":"https://github.com/merative/acd-java-sdk","last_synced_at":"2026-01-11T17:01:59.319Z","repository":{"id":37492147,"uuid":"248619115","full_name":"merative/acd-java-sdk","owner":"merative","description":"Annotator for Clinical Data (ACD) Java SDK","archived":false,"fork":false,"pushed_at":"2023-06-22T21:32:40.000Z","size":41763,"stargazers_count":2,"open_issues_count":2,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-02T16:00:35.146Z","etag":null,"topics":["acd","annotator","healthcare","ibm-cloud","java-sdk"],"latest_commit_sha":null,"homepage":"https://merative.github.io/acd-java-sdk/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/merative.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-03-19T22:40:34.000Z","updated_at":"2023-04-20T17:47:54.000Z","dependencies_parsed_at":"2023-07-28T00:45:50.691Z","dependency_job_id":null,"html_url":"https://github.com/merative/acd-java-sdk","commit_stats":null,"previous_names":["merative/whcs-java-sdk","ibm/whcs-java-sdk"],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/merative/acd-java-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merative%2Facd-java-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merative%2Facd-java-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merative%2Facd-java-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merative%2Facd-java-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merative","download_url":"https://codeload.github.com/merative/acd-java-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merative%2Facd-java-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28314260,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["acd","annotator","healthcare","ibm-cloud","java-sdk"],"created_at":"2026-01-11T17:01:59.226Z","updated_at":"2026-01-11T17:01:59.299Z","avatar_url":"https://github.com/merative.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Merative Annotator for Clinical Data Java SDK Version 2.0.4\n\n## Overview\n\nThis Java SDK allows developers to programmatically interact with the following service:\n\n| Service Name | Artifact ID |\n|--------------|-------------|\n| [Annotator for Clinical Data](https://merative.github.io/acd-containers/) | annotator-for-clinical-data |\n\n## Prerequisites\n\n* Refer to the Annotator for Clinical Data documentation:\n  * [Prerequisites](https://merative.github.io/acd-containers/installing/prereqs/)\n  * [Software Development Kits](https://merative.github.io/acd-containers/usage/sdks/)\n* Java 8 or above.\n\n## Installation\nThe current version of this SDK is: 2.0.4\n\n#### Parent Project (Option 1)\nTo define a dependency on the parent project `acd-sdk`, use a dependency like these:\n\n##### Maven\n\n```xml\n\u003cdependency\u003e\n\t\u003cgroupId\u003ecom.merative.acd\u003c/groupId\u003e\n\t\u003cartifactId\u003eacd-sdk\u003c/artifactId\u003e\n\t\u003cversion\u003e2.0.4\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n##### Gradle\n\n```gradle\n'com.merative.acd:acd-sdk:2.0.4'\n```\n\n#### Annotator for Clinical Data Subproject (Option 2)\nTo define a dependency on the subproject `annotator-for-clinical-data`, use a dependency like this:\n\n##### Maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.merative.acd\u003c/groupId\u003e\n    \u003cartifactId\u003eannotator-for-clinical-data\u003c/artifactId\u003e\n    \u003cversion\u003e2.0.4\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n##### Gradle\n```gradle\n'com.merative.acd:2.0.4'\n```\nThe artifact ID is listed in the table above.\n\n## Migrating from version 1.x.x \n\nThe 2.0 release of the Annotator for Clinical Data Java SDK introduces a Java package name change from `com.ibm.watson.health.acd.v1` to `com.merative.acd.v1`.  For the migration from 1.x.x:\n\n1. Update the Maven dependencies by changing all `acd-sdk` or `annotator-for-clinical-data` dependency version tags to `2.0.4` in the pom.xml.  Verify that there are no SDK module dependencies in the pom.xml with a version earlier than `2.0.4`.\n2. In your application files, update any import declarations from `com.ibm.watson.health.acd.v1` to `com.merative.acd.v1`.\n\n## Using the SDK\nFor general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/master/README.md)\n\n\n## Questions\n\nFor questions, refer to: \n* [Annotator for Clinical Data Documentation](https://merative.github.io/acd-containers/)\n* [Annotator for Clinical Data Support Page](https://merative.github.io/acd-containers/support/support/)\n\n## Issues\nIf you encounter an issue with the project, you are welcome to submit a\n[bug report](https://github.com/merative/acd-java-sdk/issues).\n\n## Contributing\nSee [CONTRIBUTING](CONTRIBUTING.md).\n\n## License\n\nThe Annotator for Clinical Data Java SDK is released under the Apache 2.0 license.\nThe license's full text can be found in [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerative%2Facd-java-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerative%2Facd-java-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerative%2Facd-java-sdk/lists"}