{"id":25553884,"url":"https://github.com/docusign/docusign-rooms-java-client","last_synced_at":"2026-02-18T16:30:52.180Z","repository":{"id":45228293,"uuid":"308461498","full_name":"docusign/docusign-rooms-java-client","owner":"docusign","description":"The official DocuSign Rooms Java client provides libraries for Java application integration with DocuSign Rooms for real estate and mortgage workflows. It is recommended that you use this version of the library for new development.","archived":false,"fork":false,"pushed_at":"2023-06-13T19:56:21.000Z","size":437,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-10-24T06:25:46.915Z","etag":null,"topics":["docusign","electronic","financialservices","java","realestate","rest","rooms","sdk","signature"],"latest_commit_sha":null,"homepage":"https://javadoc.io/doc/com.docusign/docusign-rooms-java/latest/index.html","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/docusign.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-10-29T22:10:29.000Z","updated_at":"2021-12-30T04:12:27.000Z","dependencies_parsed_at":"2025-05-23T20:11:20.371Z","dependency_job_id":"6d7e0c3e-8852-4e6c-b59d-2063776048e5","html_url":"https://github.com/docusign/docusign-rooms-java-client","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/docusign/docusign-rooms-java-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docusign","download_url":"https://codeload.github.com/docusign/docusign-rooms-java-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-rooms-java-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29585538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docusign","electronic","financialservices","java","realestate","rest","rooms","sdk","signature"],"created_at":"2025-02-20T12:02:53.846Z","updated_at":"2026-02-18T16:30:52.144Z","avatar_url":"https://github.com/docusign.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Official DocuSign Rooms Java Client SDK\n\n[![Build status][travis-image]][travis-url]\n[![Maven Central status][maven-image]][maven-url]\n\n## Requirements\n\n- Java 1.9+\n- Free [developer account](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)\n\n## Compatibility\n\n- Java 1.9+\n\n## Installation\n\nThis SDK is provided as open source, which enables you to customize its functionality to suit your particular use case. To do so, download or clone the repository. If the SDK’s given functionality meets your integration needs, or if you simply want to use the SDK with any of the examples shown in the [Developer Center](https://developers.docusign.com/docs/rooms-api/how-to/), you merely need to install it by following the instructions below.\n\nNote: DocuSign uses **Eclipse** with **Maven** for testing purposes.\n\n### Maven:\n\n1. In Eclipse, create a new project by selecting **File** \u003e **New** \u003e **Project**.\n2. In the **New Project Wizard** , expand **Maven** , then select **Maven Project.**\n3. Leave **Create a simple project** unchecked.\n4. Select **Next**, then provide a unique **groupId** and **artifactId**.\n5. In the directory where you\u0026rsquo;ve saved your project, open the pom.xml file.\n6. In the pom.xml file, locate the **dependencies** node.\n7. Add:  \n    ```\n    \u003cdependency\u003e\n      \u003cgroupId\u003ecom.docusign\u003c/groupId\u003e\n      \u003cartifactId\u003edocusign-rooms-java\u003c/artifactId\u003e\n      \u003cversion\u003e1.1.0\u003c/version\u003e\n    \u003c/dependency\u003e\n    ```\n8. If your project is still open, restart Eclipse.\n\n## Dependencies\n\nThis client has the following external dependencies:\n\n- io.swagger:swagger-annotations:jar:1.5.17\n- org.glassfish.jersey.core:jersey-client:jar:2.29.1\n- org.glassfish.jersey.media:jersey-media-multipart:jar:2.29.1\n- org.glassfish.jersey.media:jersey-media-json-jackson:2.29.1\n- com.fasterxml.jackson.core:jackson-core:jar:2.10.1\n- com.fasterxml.jackson.core:jackson-annotations:jar:2.10.1\n- com.fasterxml.jackson.core:jackson-databind:2.10.1\n- com.fasterxml.jackson.datatype:jackson-datatype-joda:jar:2.10.1\n- com.brsanthu:migbase64:2.2\n- junit:junit:jar:4.12\n- com.apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2\n- com.auth0:java-jwt:3.4.1\n- org.bouncycastle:bcprov-jdk15on:1.60\n\n## Code examples\n\nDocuSign provides a sample application code referred to as a [Launcher](https://github.com/docusign/code-examples-java). The Launcher includes, besides a full set of eSignature code examples, a set of code examples and associated source files for six common Rooms use cases. These examples can use either the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) or [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/) authentication flow.\n\n## OAuth implementations\n\nFor details regarding which type of OAuth grant will work best for your DocuSign integration, see the [Choose OAuth Type](https://developers.docusign.com/platform/auth/choose/) guide located on the [DocuSign Developer Center](https://developers.docusign.com/).\n\nFor security purposes, DocuSign recommends using the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) flow.\n\n## Support\n\nLog issues against this client through GitHub. We also have an [active developer community on Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).\n\n## License\n\nThe DocuSign Java Client is licensed under the [MIT License](https://github.com/docusign/docusign-rooms-java-client/blob\n/master/LICENSE).\n\n\n[travis-image]: https://img.shields.io/travis/docusign/docusign-rooms-java-client.svg?style=flat\n[travis-url]: https://travis-ci.org/docusign/docusign-rooms-java-client\n[maven-image]: https://img.shields.io/maven-central/v/com.docusign/docusign-rooms-java.svg?style=flat\n[maven-url]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.docusign%22\n\n### Additional Resources\n* [DocuSign Developer Center](https://developers.docusign.com)\n* [DocuSign API on Twitter](https://twitter.com/docusignapi)\n* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)\n* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-rooms-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocusign%2Fdocusign-rooms-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-rooms-java-client/lists"}