My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
Code license: Apache License 2.0
Feeds:
People details
Project owners:
  peter.hausel

This project provides a snapshot maven repository for a few OS projects

Repo browser

repo browser

How to install

add this snippet to your pom.xml file or your ~/.m2/settings.xml

 <repository>
            <id>guice-maven</id>
            <name>guice maven</name>
            <url>http://guice-maven.googlecode.com/svn/trunk</url>
</repository>

then in your pom.xml you can add guice, xstream and guice servlet as dependencies:

 <dependency>
            <groupId>com.google.code.guice</groupId>
            <artifactId>guice</artifactId>
            <version>2.0.1</version>
 </dependency>
 <dependency>
            <groupId>com.google.code.guice</groupId>
            <artifactId>guice-struts</artifactId>
            <version>2.0.1</version>
 </dependency>
<dependency>
            <groupId>com.google.code.guice</groupId>
            <artifactId>guice-servlet</artifactId>
            <version>2.0.1</version>
</dependency>
 <dependency>
        <groupId>com.jteigen.scalatest</groupId>
        <artifactId>junit4runner</artifactId>
        <version>1.0</version>
        <scope>test</scope>
</dependency> 

Custom Guice Servlet Features









Hosted by Google Code