File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/main/java/com/aspose/barcode/cloud Expand file tree Collapse file tree 3 files changed +5
-5
lines changed 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: 24.12 .0
8+ - SDK version: 24.13 .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 >24.12 .0</version >
71+ <version >24.13 .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-24.12 .0.jar `
86+ - ` target/aspose-barcode-cloud-24.13 .0.jar `
8787- ` target/lib/*.jar `
8888
8989## 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 >24.12 .0</version >
9+ <version >24.13 .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 4141/** ApiClient. */
4242public class ApiClient {
4343 public final String apiVersion = "v3.0" ;
44- public final String clientVersion = "24.12 .0" ;
44+ public final String clientVersion = "24.13 .0" ;
4545
4646 private String baseUrl = "https://api.aspose.cloud" ;
4747 private String tokenUrl = baseUrl + "/connect/token" ;
You can’t perform that action at this time.
0 commit comments