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: 4.0
8- - SDK version: 26.3.2
8+ - SDK version: 26.4.0
99
1010## SDK and API Version Compatibility:
1111
@@ -77,7 +77,7 @@ Add this dependency to your project's POM:
7777<dependency >
7878 <groupId >com.aspose</groupId >
7979 <artifactId >aspose-barcode-cloud</artifactId >
80- <version >26.3.2 </version >
80+ <version >26.4.0 </version >
8181 <scope >compile</scope >
8282</dependency >
8383```
@@ -92,7 +92,7 @@ mvn clean package
9292
9393Then manually install the following JARs:
9494
95- - ` target/aspose-barcode-cloud-26.3.2 .jar `
95+ - ` target/aspose-barcode-cloud-26.4.0 .jar `
9696- ` target/lib/*.jar `
9797
9898## Getting Started
Original file line number Diff line number Diff line change 66 <artifactId >aspose-barcode-cloud</artifactId >
77 <packaging >jar</packaging >
88 <name >aspose-barcode-cloud</name >
9- <version >26.3.2 </version >
9+ <version >26.4.0 </version >
1010 <url >https://www.aspose.cloud</url >
1111 <description >Aspose.BarCode Cloud SDK for Java</description >
1212 <scm >
Original file line number Diff line number Diff line change 1111 <dependency >
1212 <groupId >com.aspose</groupId >
1313 <artifactId >aspose-barcode-cloud</artifactId >
14- <version >26.3.2 </version >
14+ <version >26.4.0 </version >
1515 </dependency >
1616 <!-- Add other dependencies here -->
1717</dependencies >
Original file line number Diff line number Diff line change 4040/** ApiClient. */
4141public class ApiClient {
4242 public final String apiVersion = "v4.0" ;
43- public final String clientVersion = "26.3.2 " ;
43+ public final String clientVersion = "26.4.0 " ;
4444
4545 private String baseUrl = "https://api.aspose.cloud" ;
4646 private String tokenUrl = "https://id.aspose.cloud/connect/token" ;
@@ -88,7 +88,7 @@ protected ApiClient(long readTimeoutMillis) {
8888 json = new JSON ();
8989
9090 // Set default User-Agent.
91- setUserAgent ("OpenApi-Generator/26.3.2 /java" );
91+ setUserAgent ("OpenApi-Generator/26.4.0 /java" );
9292
9393 addDefaultHeader ("x-aspose-client" , "java sdk" );
9494 addDefaultHeader ("x-aspose-client-version" , clientVersion );
You can’t perform that action at this time.
0 commit comments