File tree 3 files changed +6
-6
lines changed
src/main/java/com/aspose/barcode/cloud
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ 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/ )
6
6
7
7
- API version: 3.0
8
- - SDK version: 24.6 .0
8
+ - SDK version: 24.7 .0
9
9
10
10
## Demo applications
11
11
@@ -68,7 +68,7 @@ Add this dependency to your project's POM:
68
68
<dependency >
69
69
<groupId >com.aspose</groupId >
70
70
<artifactId >aspose-barcode-cloud</artifactId >
71
- <version >24.6 .0</version >
71
+ <version >24.7 .0</version >
72
72
<scope >compile</scope >
73
73
</dependency >
74
74
```
@@ -83,7 +83,7 @@ mvn clean package
83
83
84
84
Then manually install the following JARs:
85
85
86
- - ` target/aspose-barcode-cloud-24.6 .0.jar `
86
+ - ` target/aspose-barcode-cloud-24.7 .0.jar `
87
87
- ` target/lib/*.jar `
88
88
89
89
## Getting Started
Original file line number Diff line number Diff line change 6
6
<artifactId >aspose-barcode-cloud</artifactId >
7
7
<packaging >jar</packaging >
8
8
<name >aspose-barcode-cloud</name >
9
- <version >24.6 .0</version >
9
+ <version >24.7 .0</version >
10
10
<url >https://www.aspose.cloud</url >
11
11
<description >Aspose.BarCode Cloud SDK for Java</description >
12
12
<scm >
Original file line number Diff line number Diff line change 41
41
/** ApiClient. */
42
42
public class ApiClient {
43
43
public final String apiVersion = "v3.0" ;
44
- public final String clientVersion = "24.6 .0" ;
44
+ public final String clientVersion = "24.7 .0" ;
45
45
46
46
private String baseUrl = "https://api.aspose.cloud" ;
47
47
private String tokenUrl = baseUrl + "/connect/token" ;
@@ -85,7 +85,7 @@ protected ApiClient() {
85
85
json = new JSON ();
86
86
87
87
// Set default User-Agent.
88
- setUserAgent ("Swagger-Codegen/24.6 .0/java" );
88
+ setUserAgent ("Swagger-Codegen/24.7 .0/java" );
89
89
90
90
addDefaultHeader ("x-aspose-client" , "java sdk" );
91
91
addDefaultHeader ("x-aspose-client-version" , clientVersion );
You can’t perform that action at this time.
0 commit comments