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
This repository contains GroupDocs.Annotation Cloud SDK for Java source code. This SDK allows you to work with GroupDocs.Annotation Cloud REST APIs in your Java applications.
4
4
5
-
[GroupDocs.Annotation Cloud SDK for Java](https://products.groupdocs.cloud/annotation/java) wraps GroupDocs.Annotation RESTful APIs so you may integrate Document Annotation features in your own Java apps with zero initial cost.
6
-
7
-
The solution helps in applying annotations, sticky notes, watermark overlays, redactions, text replacements and markups to documents, presentations, emails, spreadsheets, PDF, images other file formats.
8
-
9
-
## Annotate Documents & Images in the Cloud
10
-
11
-
- Import document annotations.
12
-
- Add or remove annotations.
13
-
- Export annotated document back to its original format.
## Get Started with GroupDocs.Annotation Cloud SDK for Java
36
-
37
-
First create an account at [GroupDocs for Cloud](https://dashboard.groupdocs.cloud/) and get your application information. Next, follow the installation steps to get started.
38
-
39
-
### Requirements
5
+
## Requirements
40
6
41
7
Building the API client library requires [Maven](https://maven.apache.org/) to be installed.
42
8
43
-
###Installation
9
+
## Installation
44
10
45
-
Simply execute the following to install the API client library at your local Maven repository:
11
+
To install the API client library to your local Maven repository, simply execute:
46
12
47
13
```shell
48
14
mvn install
49
15
```
50
16
51
-
Configure the settings of the repository and execute the following to deploy it to a remote Maven repository instead:
17
+
To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
52
18
53
19
```shell
54
20
mvn deploy
55
21
```
56
22
57
23
Refer to the [official documentation](https://maven.apache.org/plugins/maven-deploy-plugin/usage.html) for more information.
58
24
59
-
####Maven
25
+
### Maven users
60
26
61
27
Add following repository and dependency to your project's POM
62
28
@@ -72,12 +38,12 @@ Add following repository and dependency to your project's POM
0 commit comments