I would like to get started with Guice using maven for a basic offline
application. When I search for 'guice' in the dependency manager I get:
com.google.code.guice guice
com.google.inject guice
com.google.inject guice-parent
com.google.inject.integration guice-servlet
com.google.inject.integration guice-spring
com.google.inject.integration guice-struts2-plugin
But all the above components are version 1.0 and from the website:
http://code.google.com/p/google-guice/
I see that a version 2.0 has been released. I have looked at:
http://code.google.com/p/guice-maven/
and if I search for guice-maven I get:
org.apache.caml guice-maven-plugin
containing:
2.0-M3 - guice-maven-plugin-2.0-M3.maven-plugin
2.0-M2 - guice-maven-plugin-2.0-M2.maven-plugin
2.0-M1 - guice-maven-plugin-2.0-M1.maven-plugin
Any ideas on which guice package to get?