Failed to update Aspose 24.4

I use Gradle Kotlin, today I tried to update Aspose from 24.3 to 24.4, however if I use following instruction

implementation(“com.aspose:aspose-total:24.4”)

there is such an error

image1.jpg (220,2 KB)

when I try another instruction

implementation(“com.aspose:aspose-total:24.4.0”)

the error becomes so

image2.jpg (232,6 KB)

I have also tried “24.4@pom” and “24.4.0@pom”, both result the same error

@zwei,

I tested your scenario in a simple Gradle project in Eclipse and found the same error “Could not resolve: com.aspose:aspose-total:24.4”. I have involved the relevant team, and we are looking into your issue. Hopefully, it will be figured out soon.
In the meantime, could you please try downloading/updating your desired individual APIs by mentioning each in the build.gradle file to get it working?
e.g.,

implementation("com.aspose:aspose-cells:24.4")
implementation("com.aspose:aspose-slides:24.4:jdk16")
...

thanks for your reply, the Aspose Total 24.3 still works fine in my environment.

@zwei,

Thanks for providing more details.

In the meantime, we did find the issue and resolved it now. We have published the latest (fixed) version of Aspose.Total for Java. Please try:

implementation(group:'com.aspose',name:'aspose-total',version:'24.4.1') 

Let us know if you still find any issue.

1 Like

Thank you for your hard working, I will update it

@zwei,

You are welcome. Please feel free to contact us anytime if you have any queries or find any issues. We will be happy to assist you soon.