You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Add this dependency to your project's POM:
21
21
<dependency>
22
22
<groupId>com.docusign</groupId>
23
23
<artifactId>docusign-esign-java</artifactId>
24
-
<version>2.1.0</version>
24
+
<version>2.2.0</version>
25
25
</dependency>
26
26
```
27
27
@@ -30,7 +30,7 @@ Add this dependency to your project's POM:
30
30
Add this dependency to your project's build file:
31
31
32
32
```groovy
33
-
compile "com.docusign:docusign-esign-java:2.1.0"
33
+
compile "com.docusign:docusign-esign-java:2.2.0"
34
34
```
35
35
36
36
#### Dependencies
@@ -72,14 +72,14 @@ android {
72
72
73
73
This client is available through the following Java package managers:
74
74
75
-
-[Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.1.0.
76
-
-[JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.1.0.
75
+
-[Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.2.0.
76
+
-[JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.2.0.
77
77
78
78
### Others
79
79
80
80
Or you can manually download and add the following JARs to your project:
81
81
82
-
* The [docusign-esign-java-2.1.0](/target/docusign-esign-java-2.1.0.jar) JAR.
82
+
* The [docusign-esign-java-2.2.0](/target/docusign-esign-java-2.2.0.jar) JAR.
83
83
* The [Dependency JARs](/target/lib) in /lib folder.
84
84
85
85
@@ -92,8 +92,10 @@ To send a signature request from a Template using 3-legged OAuth:
0 commit comments