Guice3.0がやっとセントラルレポジトリにアップされた

Guice3.0がRC2からセントラルレポジトリに登録された模様。
早速、pom.xmlを変更した。(いままでGuice 2.0だった)

        <!--  GUICE -->
        <dependency>
            <groupId>com.google.inject</groupId>
            <artifactId>guice</artifactId>
            <version>3.0-rc2</version>
        </dependency>

そして、コンパイル

[INFO]    task-segment: [install]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://wiquery.googlecode.com/svn/repo//com/google/inject/guice/3.0-rc2/guice-3.0-rc2.pom
Downloading: http://repository.jboss.org/maven2/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.pom
Downloading: http://wicketstuff.org/maven/repository/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.pom
Downloading: http://wicketstuff.org/maven/repository/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.pom
Downloading: http://repo1.maven.org/maven2/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.pom
Downloading: http://wiquery.googlecode.com/svn/repo//com/google/inject/guice-parent/3.0-rc2/guice-parent-3.0-rc2.pom
Downloading: http://repository.jboss.org/maven2/com/google/inject/guice-parent/3.0-rc2/guice-parent-3.0-rc2.pom
Downloading: http://wicketstuff.org/maven/repository/com/google/inject/guice-parent/3.0-rc2/guice-parent-3.0-rc2.pom
Downloading: http://wicketstuff.org/maven/repository/com/google/inject/guice-parent/3.0-rc2/guice-parent-3.0-rc2.pom
Downloading: http://repo1.maven.org/maven2/com/google/inject/guice-parent/3.0-rc2/guice-parent-3.0-rc2.pom
Downloading: http://wiquery.googlecode.com/svn/repo//javax/inject/javax.inject/1/javax.inject-1.pom
Downloading: http://repository.jboss.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading: http://wicketstuff.org/maven/repository/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading: http://wicketstuff.org/maven/repository/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading: http://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading: http://wiquery.googlecode.com/svn/repo//com/google/inject/guice/3.0-rc2/guice-3.0-rc2.jar
Downloading: http://repository.jboss.org/maven2/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.jar
Downloading: http://wicketstuff.org/maven/repository/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.jar
Downloading: http://wicketstuff.org/maven/repository/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.jar
Downloading: http://repo1.maven.org/maven2/com/google/inject/guice/3.0-rc2/guice-3.0-rc2.jar
Downloading: http://wiquery.googlecode.com/svn/repo//javax/inject/javax.inject/1/javax.inject-1.jar
Downloading: http://repository.jboss.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading: http://wicketstuff.org/maven/repository/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading: http://wicketstuff.org/maven/repository/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading: http://repo1.maven.org/maven2/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] [compiler:compile]

ちゃんとダウンロードされました