You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm trying to add src to the gradle project and getting:
coursera:main: Could not find edu.princeton.cs:algs4:1.0.0.0.
Searched in the following locations:
- https://repo.maven.apache.org/maven2/edu/princeton/cs/algs4/1.0.0.0/algs4-1.0.0.0.pom
Hi there, I'm trying to add src to the gradle project and getting:
coursera:main: Could not find edu.princeton.cs:algs4:1.0.0.0. Searched in the following locations: - https://repo.maven.apache.org/maven2/edu/princeton/cs/algs4/1.0.0.0/algs4-1.0.0.0.pom
what I have my gradle.build:
dependencies { implementation 'edu.princeton.cs:algs4:1.0.0.0' }
so the link returns 404 and there no
algs4
for some reason, is this lib moved somewhere?The text was updated successfully, but these errors were encountered: