File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
src/main/java/com/aspose/barcode/cloud Expand file tree Collapse file tree 4 files changed +7
-7
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: 4.0
8
- - SDK version: 25.5 .0
8
+ - SDK version: 25.6 .0
9
9
10
10
## SDK and API Version Compatibility:
11
11
@@ -73,7 +73,7 @@ Add this dependency to your project's POM:
73
73
<dependency >
74
74
<groupId >com.aspose</groupId >
75
75
<artifactId >aspose-barcode-cloud</artifactId >
76
- <version >25.5 .0</version >
76
+ <version >25.6 .0</version >
77
77
<scope >compile</scope >
78
78
</dependency >
79
79
```
@@ -88,7 +88,7 @@ mvn clean package
88
88
89
89
Then manually install the following JARs:
90
90
91
- - ` target/aspose-barcode-cloud-25.5 .0.jar `
91
+ - ` target/aspose-barcode-cloud-25.6 .0.jar `
92
92
- ` target/lib/*.jar `
93
93
94
94
## 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 >25.5 .0</version >
9
+ <version >25.6 .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 11
11
<dependency >
12
12
<groupId >com.aspose</groupId >
13
13
<artifactId >aspose-barcode-cloud</artifactId >
14
- <version >25.5 .0</version >
14
+ <version >25.6 .0</version >
15
15
</dependency >
16
16
<!-- Add other dependencies here -->
17
17
</dependencies >
Original file line number Diff line number Diff line change 40
40
/** ApiClient. */
41
41
public class ApiClient {
42
42
public final String apiVersion = "v4.0" ;
43
- public final String clientVersion = "25.5 .0" ;
43
+ public final String clientVersion = "25.6 .0" ;
44
44
45
45
private String baseUrl = "https://api.aspose.cloud" ;
46
46
private String tokenUrl = "https://id.aspose.cloud/connect/token" ;
@@ -88,7 +88,7 @@ protected ApiClient(long readTimeoutMillis) {
88
88
json = new JSON ();
89
89
90
90
// Set default User-Agent.
91
- setUserAgent ("OpenApi-Generator/25.5 .0/java" );
91
+ setUserAgent ("OpenApi-Generator/25.6 .0/java" );
92
92
93
93
addDefaultHeader ("x-aspose-client" , "java sdk" );
94
94
addDefaultHeader ("x-aspose-client-version" , clientVersion );
You can’t perform that action at this time.
0 commit comments