You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Aspose.BarCode Cloud SDK for Java
2
2
3
3
- API version: 3.0
4
-
- SDK version: 20.10.0
4
+
- SDK version: 20.11.0
5
5
6
6
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/cloud) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
7
7
@@ -16,7 +16,7 @@ Building the API client library requires:
16
16
17
17
## Prerequisites
18
18
19
-
To use Aspose.BarCode Cloud SDK for Java you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create App Key and SID at [Cloud Dashboard](https://dashboard.aspose.cloud/#/apps). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
19
+
To use Aspose.BarCode Cloud SDK for Java you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create Client Id and Client Secret at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
20
20
21
21
## Installation
22
22
@@ -56,7 +56,7 @@ Add this dependency to your project's POM:
56
56
<dependency>
57
57
<groupId>com.aspose</groupId>
58
58
<artifactId>aspose-barcode-cloud</artifactId>
59
-
<version>20.10.0</version>
59
+
<version>20.11.0</version>
60
60
<scope>compile</scope>
61
61
</dependency>
62
62
```
@@ -71,7 +71,7 @@ mvn clean package
71
71
72
72
Then manually install the following JARs:
73
73
74
-
-`target/aspose-barcode-cloud-20.10.0.jar`
74
+
-`target/aspose-barcode-cloud-20.11.0.jar`
75
75
-`target/lib/*.jar`
76
76
77
77
## Getting Started
@@ -91,8 +91,8 @@ public class BarcodeApiExample {
91
91
92
92
publicstaticvoidmain(String[] args) {
93
93
ApiClient client =newApiClient(
94
-
"App SID from https://dashboard.aspose.cloud/#/apps",
95
-
"App Key from https://dashboard.aspose.cloud/#/apps"
94
+
"Client Id from https://dashboard.aspose.cloud/applications",
95
+
"Client Secret from https://dashboard.aspose.cloud/applications"
0 commit comments