File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/main/java/com/aspose/barcode/cloud Expand file tree Collapse file tree 3 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: 3.0
8
- - SDK version: 24.11 .0
8
+ - SDK version: 24.12 .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.11 .0</version >
71
+ <version >24.12 .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.11 .0.jar `
86
+ - ` target/aspose-barcode-cloud-24.12 .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.11 .0</version >
9
+ <version >24.12 .0</version >
10
10
<url >https://www.aspose.cloud</url >
11
11
<description >Aspose.BarCode Cloud SDK for Java</description >
12
12
<scm >
200
200
<gson-version >2.11.0</gson-version >
201
201
<swagger-core-version >1.6.14</swagger-core-version >
202
202
<okhttp-version >4.12.0</okhttp-version >
203
- <threetenbp-version >1.6.9 </threetenbp-version >
203
+ <threetenbp-version >1.7.0 </threetenbp-version >
204
204
<maven-plugin-version >1.0.0</maven-plugin-version >
205
205
<junit-version >4.13.2</junit-version >
206
- <versions-maven-plugin .version>2.17.1 </versions-maven-plugin .version>
206
+ <versions-maven-plugin .version>2.18.0 </versions-maven-plugin .version>
207
207
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
208
208
</properties >
209
209
</project >
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.11 .0" ;
44
+ public final String clientVersion = "24.12 .0" ;
45
45
46
46
private String baseUrl = "https://api.aspose.cloud" ;
47
47
private String tokenUrl = baseUrl + "/connect/token" ;
You can’t perform that action at this time.
0 commit comments