Solved
What is the best version to add as a dependency in the pom.xml
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>
Back to Docusign.com

