Skip to main content
New Voice
March 16, 2026
Solved

What is the best version to add as a dependency in the pom.xml

  • March 16, 2026
  • 1 reply
  • 42 views

I recently added version 6.0.0, and when trying to implement the envelope creation, the class EnvelopeHelpers cannot be found.

 

<dependency>    <groupId>com.docusign</groupId>    <artifactId>docusign-esign-java</artifactId>    <version>6.0.0</version></dependency>
Best answer by Byungjae.Chung

Please use the latest Java SDK version 6.6.0 (https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html).

Note that the EnvelopeHelper class doesn’t exist in the Java SDK. The EnvelopeHelper class exists in the example repository (https://github.com/docusign/code-examples-java/blob/master/src/main/java/com/docusign/controller/eSignature/examples/EnvelopeHelpers.java), but it is not supported in the Java SDK.

1 reply

Docusign Employee
March 18, 2026

Please use the latest Java SDK version 6.6.0 (https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html).

Note that the EnvelopeHelper class doesn’t exist in the Java SDK. The EnvelopeHelper class exists in the example repository (https://github.com/docusign/code-examples-java/blob/master/src/main/java/com/docusign/controller/eSignature/examples/EnvelopeHelpers.java), but it is not supported in the Java SDK.