Hello,
I would like to test the product Aspose.Total in a server created in Kotlin using Graddle as dependence manager.
I added so the aspose repository:
maven {
url = uri("http://repository.aspose.com/repo/")
isAllowInsecureProtocol = true
metadataSources {
artifact()
}
}
And the Aspose.Total dependency:
implementation(“com.aspose:aspose-total:21.10”)
But when it tries to download the Aspose.Total it throws an error:
Could not find aspose-total-21.10.jar (com.aspose:aspose-total:21.10).
*** Searched in the following locations:***
*** http://repository.aspose.com/repo/com/aspose/aspose-total/21.10/aspose-total-21.10.jar
***
Possible solution:
*** - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
***