How do the versions of Guava work?
- by Frór
I would like to use Guava in a project, but my PM doesn't like the "r05" suffix, saying that it looks like it's not stable. In fact, the part I need is only the Google-Collections 1.0 which is now deprecated (my PM doesn't like that word either).
So I don't really get the versioning of Guava/Google-Collections.
I'm currently doing the development with GC1.0, but if possible I'll switch to a more recent and stable version.