We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb19ee4 commit c2cd362Copy full SHA for c2cd362
README.md
@@ -23,7 +23,15 @@ Refer to the [official documentation](https://maven.apache.org/plugins/maven-dep
23
24
### Maven users
25
26
-Add this dependency to your project's POM:
+Add following repository and dependency to your project's POM
27
+
28
+```xml
29
+<repository>
30
+ <id>groupdocs-artifact-repository</id>
31
+ <name>GroupDocs Artifact Repository</name>
32
+ <url>http://artifact.groupdocs.cloud/repo</url>
33
+</repository>
34
+```
35
36
```xml
37
<dependency>
0 commit comments