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
+4-4Lines changed: 4 additions & 4 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.5.0</version>
24
+
<version>2.5.1</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.5.0"
33
+
compile "com.docusign:docusign-esign-java:2.5.1"
34
34
```
35
35
36
36
#### Dependencies
@@ -73,8 +73,8 @@ android {
73
73
74
74
This client is available through the following Java package managers:
75
75
76
-
-[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.5.0.
77
-
-[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.5.0.
76
+
-[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.5.1.
77
+
-[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.5.1.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>docusign-esign-java</artifactId>
6
6
<packaging>jar</packaging>
7
7
<name>docusign-esign-java</name>
8
-
<version>2.5.0</version>
8
+
<version>2.5.1</version>
9
9
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
0 commit comments