0

I couldn't find these artifacts:

  • eclipse-collections-api-7.1.0-sources.jar
  • eclipse-collections-7.1.0-sources.jar

I ended up creating them myself, but that was a pain since the build is broken on OSX & Windows.

willkil
  • 1,619
  • 1
  • 21
  • 33
  • How ere you going about finding them? – nitind Oct 25 '16 at 15:22
  • @nitind I thought I had googled for "eclipse collections source jars". That same google search still does not provide a good link, except for this SO question, which is already #2 in the results. I had also followed the [Eclipse Collections](https://www.eclipse.org/collections/) download link to [mvnrepository.com](http://mvnrepository.com/artifact/org.eclipse.collections/eclipse-collections-api/8.0.0), which has binaries only. Not knowing maven well, I thought I was looking at maven central and that the source artifacts were not there. – willkil Oct 25 '16 at 20:29

1 Answers1

3

You should be able to download the sources for Eclipse Collections 7.1.0 from Maven Central here.

Donald Raab
  • 6,458
  • 2
  • 36
  • 44