{"id":25553860,"url":"https://github.com/docusign/docusign-esign-java-client","last_synced_at":"2026-01-30T10:51:52.148Z","repository":{"id":10696145,"uuid":"12939039","full_name":"docusign/docusign-esign-java-client","owner":"docusign","description":"The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.","archived":false,"fork":false,"pushed_at":"2025-03-26T18:53:58.000Z","size":52685,"stargazers_count":110,"open_issues_count":22,"forks_count":98,"subscribers_count":38,"default_branch":"master","last_synced_at":"2025-04-04T18:07:13.511Z","etag":null,"topics":["digitalsignature","docusign","e-signature","electronic","electronicsignature","java","rest","sdk","signature"],"latest_commit_sha":null,"homepage":"https://javadoc.io/doc/com.docusign/docusign-esign-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}},"created_at":"2013-09-19T02:11:36.000Z","updated_at":"2025-04-03T03:02:19.000Z","dependencies_parsed_at":"2024-07-26T06:56:32.665Z","dependency_job_id":null,"html_url":"https://github.com/docusign/docusign-esign-java-client","commit_stats":null,"previous_names":[],"tags_count":105,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-java-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-java-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-java-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/docusign%2Fdocusign-esign-java-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/docusign","download_url":"https://codeload.github.com/docusign/docusign-esign-java-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248489367,"owners_count":21112556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["digitalsignature","docusign","e-signature","electronic","electronicsignature","java","rest","sdk","signature"],"created_at":"2025-02-20T12:02:26.537Z","updated_at":"2026-01-30T10:51:52.142Z","avatar_url":"https://github.com/docusign.png","language":"Java","readme":"# The Official Docusign eSignature Java Client SDK\n\n[![Build status][travis-image]][travis-url]\n[![Maven Central status][maven-image]][maven-url]\n\nThe Docusign SDK makes integrating Docusign into your apps and websites a seamless experience.\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Installation](#installation)\n\t* [Version Information](#versionInformation)\n\t* [Requirements](#requirements)\n\t* [Compatibility](#compatibility)\n\t* [Maven](#maven)\t\n- [Dependencies](#dependencies)\n- [API Reference](#apiReference)\n- [Code Examples](#codeExamples)\n- [OAuth Implementations](#oauthImplementations)\n- [Changelog](#changeLog)\n- [Support](#support)\n- [License](#license)\n- [Additional Resources](#additionalResources)\n\n\u003ca id=\"introduction\"\u003e\u003c/a\u003e\n## Introduction\nIntegrate eSignatures into your application in minutes. The secure and award-winning Docusign eSignature API makes requesting signatures, automating forms, and tracking documents directly from your app easy.\n\n\u003ca id=\"installation\"\u003e\u003c/a\u003e\n## Installation\nThis client 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’re working through our [code examples](https://developers.docusign.com/docs/esign-rest-api/how-to/) from the [Docusign Developer Center](https://developers.docusign.com/), you merely need to install it by following the instructions below.\n\n\u003ca id=\"versionInformation\"\u003e\u003c/a\u003e\n### Version Information\n- **API version**: v2.1\n- **Latest SDK version (Including prerelease)**: \n\n\u003ca id=\"requirements\"\u003e\u003c/a\u003e\n## Requirements\n*   Java 1.9+\n*   Free [developer account](https://go.docusign.com/o/sandbox/?postActivateUrl=https://developers.docusign.com/)\n\n\u003ca id=\"compatibility\"\u003e\u003c/a\u003e\n## Compatibility\n*   Java 1.9+\n\n\u003ca id=\"maven\"\u003e\u003c/a\u003e\n**Note:** Docusign uses Eclipse with Maven for testing purposes.\n### Maven:\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'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-esign-java\u003c/artifactId\u003e\n      \u003cversion\u003e6.6.0\u003c/version\u003e\n    \u003c/dependency\u003e\n    ```\n8. If your project is still open, restart Eclipse.\n\n\u003ca id=\"dependencies\"\u003e\u003c/a\u003e\n## SDK Dependencies\nThis client has the following external dependencies:\n*   io.swagger.core.v3:swagger-annotations:2.2.8\n*   org.glassfish.jersey.core:jersey-client:3.1.6\n*   org.glassfish.jersey.media:jersey-media-multipart:3.1.6\n*   org.glassfish.jersey.media:jersey-media-json-jackson:3.1.6\n*   org.glassfish.jersey.inject:jersey-hk2:3.1.6\n*   com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base:2.14.2\n*   com.auth0:java-jwt:3.4.1\n*   org.bouncycastle:bcprov-jdk18on:1.78.1\n*   com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.14.2\n*   com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2\n*   com.brsanthu:migbase64:2.2\n*   com.fasterxml.jackson.core:jackson-core:2.17.1\n*   org.json:json:20240303\n\n\n\u003ca id=\"apiReference\"\u003e\u003c/a\u003e\n## API Reference\nYou can refer to the API reference [here](https://developers.docusign.com/docs/esign-rest-api/reference/).\n\n\u003ca id=\"codeExamples\"\u003e\u003c/a\u003e\n## Code examples\nExplore our GitHub repository for the [Launcher](https://github.com/docusign/code-examples-java/), a self-executing package housing code examples for the eSignature Java SDK. This package showcases several common use cases and their respective source files. Additionally, you can download a version preconfigured for your Docusign developer account from [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/). These examples support both the [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) and [JSON Web Token (JWT)](https://developers.docusign.com/platform/auth/jwt/) authentication workflows.\n\n\u003ca id=\"oauthImplementations\"\u003e\u003c/a\u003e\n## OAuth implementations\nFor details regarding which type of OAuth grant will work best for your Docusign integration, see [Choose OAuth Type](https://developers.docusign.com/platform/auth/choose/) in 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\u003ca id=\"changeLog\"\u003e\u003c/a\u003e\n## Changelog\nYou can refer to the complete changelog [here](https://github.com/docusign/docusign-esign-java-client/blob/master/CHANGELOG.md).\n\n\u003ca id=\"support\"\u003e\u003c/a\u003e\n## Support\nLog issues against this client SDK through GitHub. You can also reach out to us through [Docusign Community](https://community.docusign.com/developer-59) and [Stack Overflow](https://stackoverflow.com/questions/tagged/docusignapi).\n\n\u003ca id=\"license\"\u003e\u003c/a\u003e\n## License\nThe Docusign eSignature Java Client SDK is licensed under the [MIT License](https://github.com/docusign/docusign-esign-java-client/blob/master/LICENSE).\n\n\u003ca id=\"additionalResources\"\u003e\u003c/a\u003e\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\n[travis-image]: https://api.travis-ci.com/docusign/docusign-esign-java-client.svg?branch=master\n[travis-url]: https://app.travis-ci.com/github/docusign/docusign-esign-java-client\n[maven-image]: https://img.shields.io/maven-central/v/com.docusign/.svg?style=flat\n[maven-url]: https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.docusign%22\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-esign-java-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdocusign%2Fdocusign-esign-java-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdocusign%2Fdocusign-esign-java-client/lists"}