Large dependency timeout

Hey All,

I recently added a very large java dependency (models for stanford corenlp) to my clojure project, and I’m getting timeouts trying to fetch the dependency (it’s over 300mb). Caching is working fine, and i’d assume that size wouldn’t be a problem if the jar could be downloaded and then cached. Is there a way I can manually populate the cash? How do others handle very large dependencies?

Best
Dylan

1 Like