File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
src/main/java/com/aspose/barcode/cloud Expand file tree Collapse file tree 3 files changed +7
-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.3 .0
8
+ - SDK version: 24.4 .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.3 .0</version >
71
+ <version >24.4 .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.3 .0.jar `
86
+ - ` target/aspose-barcode-cloud-24.4 .0.jar `
87
87
- ` target/lib/*.jar `
88
88
89
89
## Getting Started
@@ -130,6 +130,7 @@ public class BarcodeApiExample {
130
130
String text = " Aspose.BarCode for Cloud Sample" ;
131
131
GetBarcodeGenerateRequest request = new GetBarcodeGenerateRequest (type, text);
132
132
request. textLocation = " None" ;
133
+
133
134
return api. getBarcodeGenerate(request);
134
135
}
135
136
Original file line number Diff line number Diff line change 5
5
<artifactId >aspose-barcode-cloud</artifactId >
6
6
<packaging >jar</packaging >
7
7
<name >aspose-barcode-cloud</name >
8
- <version >24.3 .0</version >
8
+ <version >24.4 .0</version >
9
9
<url >https://www.aspose.cloud</url >
10
10
<description >Aspose.BarCode Cloud SDK for Java</description >
11
11
<scm >
Original file line number Diff line number Diff line change 66
66
/** ApiClient. */
67
67
public class ApiClient {
68
68
public final String apiVersion = "v3.0" ;
69
- public final String clientVersion = "24.3 .0" ;
69
+ public final String clientVersion = "24.4 .0" ;
70
70
71
71
private String baseUrl = "https://api.aspose.cloud" ;
72
72
private String tokenUrl = baseUrl + "/connect/token" ;
@@ -110,7 +110,7 @@ protected ApiClient() {
110
110
json = new JSON ();
111
111
112
112
// Set default User-Agent.
113
- setUserAgent ("Swagger-Codegen/24.3 .0/java" );
113
+ setUserAgent ("Swagger-Codegen/24.4 .0/java" );
114
114
115
115
addDefaultHeader ("x-aspose-client" , "java sdk" );
116
116
addDefaultHeader ("x-aspose-client-version" , clientVersion );
You can’t perform that action at this time.
0 commit comments