File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/groupdocs/cloud/annotation/client Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Add following repository and dependency to your project's POM
2424<dependency >
2525 <groupId >com.groupdocs</groupId >
2626 <artifactId >groupdocs-annotation-cloud</artifactId >
27- <version >23.4 </version >
27+ <version >23.12 </version >
2828 <scope >compile</scope >
2929</dependency >
3030```
@@ -43,7 +43,7 @@ repositories {
4343...
4444dependencies {
4545 ...
46- implementation ' com.groupdocs:groupdocs-annotation-cloud:23.4 '
46+ implementation ' com.groupdocs:groupdocs-annotation-cloud:23.12 '
4747}
4848```
4949
@@ -100,7 +100,7 @@ mvn package -D maven.test.skip=true
100100
101101Then manually install the following JARs:
102102
103- * target/groupdocs-annotation-cloud-23.4 .jar
103+ * target/groupdocs-annotation-cloud-23.12 .jar
104104* target/lib/* .jar
105105
106106## Licensing
Original file line number Diff line number Diff line change 55 <artifactId >groupdocs-annotation-cloud</artifactId >
66 <packaging >jar</packaging >
77 <name >groupdocs-annotation-cloud</name >
8- <version >23.4 </version >
8+ <version >23.12 </version >
99 <url >https://github.com/groupdocs-annotation-cloud/groupdocs-annotation-cloud-java</url >
1010 <description >Java library for communicating with the GroupDocs.Annotation Cloud API</description >
1111 <scm >
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ public ApiClient(Configuration configuration) {
9797 this .json = new JSON ();
9898
9999 // Set default User-Agent.
100- setUserAgent ("java-sdk/23.4 " );
100+ setUserAgent ("java-sdk/23.12 " );
101101
102102 // Set connection timeout
103103 setConnectTimeout (configuration .getTimeout ());
You can’t perform that action at this time.
0 commit comments