Aspose Maven repository https://artifact.aspose.com/repo is OFFLINE, this is a critical issue that should be fixed ASAP
Thanks, I’d suggest that this information be provided to those 3rd party repositories such as MVNRepository https://mvnrepository.com which rely on the correct information to serve up Aspose libraries.
CleanShot 2022-01-03 at 11.10.07@2x.png (102.8 KB)
I have discovered that the repository URL is actually:
https://repository.aspose.com/repo/
The link @tahir.manzoor provided is aimed at humans rather than Maven or Gradle.
While browsing I noted that the documentation on Dependency Declaration is a bit confusing at it uses an aspose-barcode 7.5.0 example for every library: I realise it’s just a pattern, but nonetheless should be fixed to prevent confusion.
CleanShot 2022-01-03 at 11.37.37.png (72.1 KB)
Please use following maven configuration to use our repository.
<repositories>
<repository>
<id>AsposeJavaRepository</id>
<name>Aspose Java Repository</name>
<url>https://repository.aspose.com/repo/</url>
</repository>
</repositories>
Feel free to reach us for any issue related to it. Thanks.