File tree Expand file tree Collapse file tree
src/main/java/com/aspose/barcode/cloud Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55[ ![ Maven metadata URL] ( https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Freleases.aspose.cloud%2Fjava%2Frepo%2Fcom%2Faspose%2Faspose-barcode-cloud%2Fmaven-metadata.xml )] ( https://releases.aspose.cloud/java/repo/com/aspose/aspose-barcode-cloud/ )
66
77- API version: 3.0
8- - SDK version: 23.1 .0
8+ - SDK version: 23.2 .0
99
1010## Demo applications
1111
@@ -68,7 +68,7 @@ Add this dependency to your project's POM:
6868<dependency >
6969 <groupId >com.aspose</groupId >
7070 <artifactId >aspose-barcode-cloud</artifactId >
71- <version >23.1 .0</version >
71+ <version >23.2 .0</version >
7272 <scope >compile</scope >
7373</dependency >
7474```
@@ -83,7 +83,7 @@ mvn clean package
8383
8484Then manually install the following JARs:
8585
86- - ` target/aspose-barcode-cloud-23.1 .0.jar `
86+ - ` target/aspose-barcode-cloud-23.2 .0.jar `
8787- ` target/lib/*.jar `
8888
8989## Getting Started
Original file line number Diff line number Diff line change 55 <artifactId >aspose-barcode-cloud</artifactId >
66 <packaging >jar</packaging >
77 <name >aspose-barcode-cloud</name >
8- <version >23.1 .0</version >
8+ <version >23.2 .0</version >
99 <url >https://www.aspose.cloud</url >
1010 <description >Aspose.BarCode Cloud SDK for Java</description >
1111 <scm >
Original file line number Diff line number Diff line change 5050public class ApiClient {
5151
5252 public final String apiVersion = "v3.0" ;
53- public final String clientVersion = "23.1 .0" ;
53+ public final String clientVersion = "23.2 .0" ;
5454 private String baseUrl = "https://api.aspose.cloud" ;
5555 private String clientId ;
5656 private String clientSecret ;
@@ -96,7 +96,7 @@ protected ApiClient() {
9696 json = new JSON ();
9797
9898 // Set default User-Agent.
99- setUserAgent ("Swagger-Codegen/23.1 .0/java" );
99+ setUserAgent ("Swagger-Codegen/23.2 .0/java" );
100100
101101 addDefaultHeader ("x-aspose-client" , "java sdk" );
102102 addDefaultHeader ("x-aspose-client-version" , clientVersion );
You can’t perform that action at this time.
0 commit comments