Aspose Cell Java Repository return Service Temporarily Unvailable

Hi.

Today i try to download Aspose Cell 21.12.jar on this page .
It then redirect to https://repository.aspose.com/repo/com/aspose/aspose-cells/21.12/aspose-cells-21.12.jar, & i got 503 Service Temporarily Unvailable.

Please help.

@billybill,

The service might be unavailable temporarily. You may try the following URL for the time being:

hi @Amjad_Sahi, we also have same problem with @billybill. The repository web application may works fine and show all the libraries. But when it came to download the artifact, it still return error 503 Service Temporarily Unavailable.

image.png (112.0 KB)

@xtremax,

The concerned team is working on fixing the issue. Hopefully it will be fixed soon.

You may also download the versions in the Downloads section.

@xtremax @billybill

Please update your maven configuration as below

<repositories>
<repository>
<id>AsposeJavaRepository</id>
<name>Aspose Java Repository</name>
<url>https://repository.aspose.com/repo/&lt;/url&gt;
</repository>
</repositories>

Feel free to reach for any issue related to it. Thanks.