kevin-wayne / algs4

Algorithms, 4th edition textbook code and libraries
http://algs4.cs.princeton.edu/code/
GNU General Public License v3.0
7.42k stars 2.68k forks source link

Unable to import algs4 src from maven central #121

Closed kyxap closed 11 months ago

kyxap commented 1 year ago

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 commented 1 year ago

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

alanktwong commented 11 months ago

See issue https://github.com/kevin-wayne/algs4/issues/102