> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.hellosign.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.hellosign.com/_mcp/server.

> Use this guide to migrate to the new Dropbox Sign Java SDK, which is powered by our OpenAPI specification. Contains concepts and examples to help you migrate successfully.

# Java Migration Guide

This page contains the full migration guide from the legacy `hellosign-java-sdk` to the current `dropbox-sign` package. The content is condensed in LLM output to save tokens. For the complete guide with side-by-side code comparisons, fetch: [https://developers.hellosign.com/docs/sdks/migration-guides/java.md](https://developers.hellosign.com/docs/sdks/migration-guides/java.md)

Key facts:

* Old package: `hellosign-java-sdk` (deprecated)
* New package: `com.dropbox.sign:dropbox-sign` (Maven Central)
* GitHub: [https://github.com/hellosign/dropbox-sign-java](https://github.com/hellosign/dropbox-sign-java)
* Examples: [https://github.com/hellosign/dropbox-sign-java/tree/main/examples](https://github.com/hellosign/dropbox-sign-java/tree/main/examples)