Skip to content

Commit 85ebf82

Browse files
update java repo url
1 parent 4395ca7 commit 85ebf82

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/viewer/getting-started/available-sdks.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ Allows you to incorporate GroupDocs.Viewer Cloud services in your Java applicati
5757

5858
You can directly include the source code of GroupDocs.Viewer Cloud SDK for Java in your own project, the source code is available from [here](https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-java).
5959

60-
Alternatively, you can use **[Maven](https://repository.groupdocs.cloud/webapp/#/artifacts/browse/tree/General/repo/com/groupdocs/groupdocs-viewer-cloud)** to include in your Java project. Below are the steps for Maven.
60+
Alternatively, you can use **[Maven](https://releases.groupdocs.cloud/java/repo/com/groupdocs/groupdocs-viewer-cloud/)** to include in your Java project. Below are the steps for Maven.
6161

6262
### Adding dependency to pom.xml
6363

6464
```xml
6565
<repository>
6666
<id>groupdocs-artifact-repository</id>
6767
<name>GroupDocs Artifact Repository</name>
68-
<url>http://repository.groupdocs.cloud/repo</url>
68+
<url>https://releases.groupdocs.cloud/java/repo/</url>
6969
</repository>
7070

7171
<dependency>
@@ -184,7 +184,7 @@ Add following repository and dependency to your android module's build.gradle af
184184
```xml
185185
repositories {
186186
maven {
187-
url "https://repository.groupdocs.cloud/repo/"
187+
url "https://releases.groupdocs.cloud/java/repo/"
188188
}
189189
}
190190

0 commit comments

Comments
 (0)