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
+47-29Lines changed: 47 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,14 @@
1
1
# GroupDocs.Viewer Cloud SDK for Java
2
+
2
3
This repository contains GroupDocs.Viewer Cloud SDK for Java source code. This SDK allows you to work with GroupDocs.Viewer Cloud REST APIs in your Java applications.
3
4
4
5
## Requirements
5
6
6
-
Building the API client library requires [Maven](https://maven.apache.org/) to be installed.
7
+
* Java SE Development Kit 8
7
8
8
9
## Installation
9
10
10
-
To install the API client library to your local Maven repository, execute:
11
-
12
-
```shell
13
-
mvn install
14
-
```
15
-
16
-
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
17
-
18
-
```shell
19
-
mvn deploy
20
-
```
21
-
22
-
Refer to the [official documentation](https://maven.apache.org/plugins/maven-deploy-plugin/usage.html) for more information.
23
-
24
-
### Maven users
11
+
### Maven
25
12
26
13
Add following repository and dependency to your project's POM
27
14
@@ -42,20 +29,32 @@ Add following repository and dependency to your project's POM
42
29
</dependency>
43
30
```
44
31
45
-
### Others
46
-
47
-
At first generate the JAR by executing:
32
+
### Gradle
48
33
49
-
mvn package
34
+
Add following repository and dependency to your build.gradle:
0 commit comments