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
+14-21Lines changed: 14 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This repository contains Aspose.Words Cloud SDK for Java source code. This SDK a
14
14
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
15
15
16
16
## How to use the SDK?
17
-
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [Maven](https://mvnrepository.com/artifact/com.aspose/aspose-cloud-words) (recommended). For more details, please visit our [documentation website](https://docs.aspose.cloud/display/wordscloud/Available+SDKs).
17
+
The complete source code is available in this repository folder. You can either directly use it in your project via source code or get [Maven](https://repository.aspose.cloud/webapp/#/artifacts/browse/tree/General/repo/com/aspose/aspose-words-cloud) (recommended). For more details, please visit our [documentation website](https://docs.aspose.cloud/display/wordscloud/Available+SDKs).
18
18
19
19
### Prerequisites
20
20
@@ -33,15 +33,10 @@ Add this dependency to your project's POM:
33
33
</repositories>
34
34
35
35
<dependencies>
36
-
<dependency>
37
-
<groupId>com.aspose</groupId>
38
-
<artifactId>aspose-cloud-storage</artifactId>
39
-
<version>1.0.1</version>
40
-
</dependency>
41
36
<dependency>
42
37
<groupId>com.aspose</groupId>
43
38
<artifactId>aspose-words-cloud</artifactId>
44
-
<version>18.9.0</version>
39
+
<version>20.3.0</version>
45
40
</dependency>
46
41
</dependencies>
47
42
```
@@ -50,32 +45,30 @@ Add this dependency to your project's POM:
0 commit comments