Repository URL

Hi Aspose team
we are using this url repository.aspose.com
in our project build.gradle. Today we couldn’t download the aspose-cells and aspose-slides during build stage.
aspose-cells :23.12
aspose-slides :23.9
It was working till yesterday. do we have to update the URL to download the above mentioned versions of cells and slides?

we had to switch from repository.aspose.com to releases.aspose.com please check on this.

releases.aspose.com/java/repo

@ashok.kumar.r,

@pankajkundlia is right. We switched to the repository sometime ago.

repositories {
    // Use Maven Central for resolving dependencies.
    mavenCentral()

    // Aspose repository
    maven {
        url "https://releases.aspose.com/java/repo/"
    }
}

Thanks @pankajkundlia & @amjad.sahi

@ashok.kumar.r,

You are welcome.