Artifact/dependency from docs is 404
Describe the bug I was checking out your docs at https://docs.talsec.app/freerasp/integration/cordova#install-the-plugin and came across this instruction:
Set Talsec's Artifact Registry in your project's build.gradle (or settings.gradle if you are using settings repositories):
[build.gradle (:project)]
Copy
repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp" }
}
Howeve it appears that this link is dead, it leads to a 404 page: https://europe-west3-maven.pkg.dev/talsec-artifact-repository/freerasp
To Reproduce If applicable, steps to reproduce the behavior.
Expected behavior Either update or remove the link
Screenshots If applicable, add screenshots to help explain your problem.
Please complete the following information:
- Device: [e.g. iPhone6]
- OS version: [e.g. iOS8.1]
- Version of freeRASP: [e.g. 22]
Additional context Add any other context about the problem here.
Hello @mchl18,
A dependency is hosted on the link, see further:
dependencies { // freeRASP SDK implementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:9.1.0' }
Could you try if you can download it successfully?
Kind regards, Talsec team
Hello! This issue has been marked as inactive. If there is no further activity within the next 14 days, this issue will be automatically closed. If you believe this issue is still relevant and requires attention, please comment or provide additional information.
Hello! This issue has been closed. If you believe this issue is still relevant and requires attention, please reopen the issue.