As you already supposed, the name iBaGuice is composed by iBatis and Guice, indeed that small library intends to create a perfect glue between the more popular framework Apache iBatis and Google Guice.
In our daily work we strongly use both frameworks and once noticed we've been continuosly repeating the same code in different projects, so according to the DRY - don't repeat yourself - principle, we started realizing something that alleviate us the task to create our stuff.
To set up your project, configure in your pom.xml the repository:
<repositories>
...
<repository>
<id>ibaguice-repository</id>
<name>ibaguice Repository for Maven</name>
<url>http://ibaguice.googlecode.com/svn/repo</url>
<layout>default</layout>
</repository>
...
</repositories>
This work is dedicated to our city, L'Aquila, destroyed by a terrible earthquake the 6th April, 2009... That day more than 300 people were killed because buildings collapsed after a magnitudo 6.3 earthquake at 3:32 am.
We'll never forget that episode.