Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to import algs4 src from maven central #121

Closed
kyxap opened this issue Sep 22, 2023 · 2 comments
Closed

Unable to import algs4 src from maven central #121

kyxap opened this issue Sep 22, 2023 · 2 comments

Comments

@kyxap
Copy link

kyxap commented Sep 22, 2023

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?

@kyxap
Copy link
Author

kyxap commented Sep 22, 2023

it seems like it was never published to maven2/edu/princeton which is strange.

@alanktwong
Copy link

See issue #102

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants