Hi All, I have been using commons-collections for my project and I find it very helpful. Thanks to the developer community who has contributed to that. I am trying to add a maven dependency to the latest commons-collections package, which I see from the site is 4.0 ( http://commons.apache.org/proper/commons-collections/javadocs/api-release/index.html ).
I see from maven central that the version that it has is 20040616. This looks like a date and not a version number. However, the contents of the jar seems to match the API at http://commons.apache.org/proper/commons-collections/javadocs/api-release/index.html. I would like to confirm if this is the actual 4.0 dependency, that I should be adding. http://search.maven.org/#artifactdetails%7Ccommons-collections%7Ccommons-collections%7C20040616%7Cjar <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>20040616</version> </dependency> Thanks, Venkat
