File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Add this dependency to your project's POM:
3333``` xml
3434<dependency >
3535 <groupId >com.aspose</groupId >
36- <artifactId >aspose-cloud-pdf-android </artifactId >
36+ <artifactId >aspose-cloud-pdf</artifactId >
3737 <version >18.6.0</version >
3838 <scope >compile</scope >
3939</dependency >
@@ -44,7 +44,7 @@ Add this dependency to your project's POM:
4444Add this dependency to your project's build file:
4545
4646``` groovy
47- compile "com.aspose:aspose-cloud-pdf-android :18.6.0"
47+ compile "com.aspose:aspose-cloud-pdf:18.6.0"
4848```
4949
5050### Others
@@ -55,7 +55,7 @@ At first generate the JAR by executing:
5555
5656Then manually install the following JARs:
5757
58- * target/aspose-cloud-pdf-android- 18.6.0.jar
58+ * target/aspose-cloud-pdf-18.6.0.jar
5959* target/lib/* .jar
6060
6161## Getting Started
@@ -64,9 +64,9 @@ Please follow the [installation](#installation) instruction and execute the foll
6464
6565``` java
6666
67- import com.aspose.asposecloudpdfandroid .* ;
68- import com.aspose.asposecloudpdfandroid .model.* ;
69- import com.aspose.asposecloudpdfandroid .api.PdfApi ;
67+ import com.aspose.asposecloudpdf .* ;
68+ import com.aspose.asposecloudpdf .model.* ;
69+ import com.aspose.asposecloudpdf .api.PdfApi ;
7070
7171import java.io.File ;
7272import java.util.* ;
You can’t perform that action at this time.
0 commit comments