My favorites | Sign in
Project Logo
                
Search
for
Updated Jul 15, 2009 by raykrueger
Labels: Featured
MavenRepository  
How to include hibernate-memcached in your Maven build

Repository

Add the following Repository to your pom.xml

<repository>
    <id>hibernate-memcached</id>
    <name>hibernate-memcached</name>
    <url>http://raykrueger.googlecode.com/svn/repository</url>
</repository>

Dependency

Your dependency on hibernate-memcached will be...

<dependency>
    <groupId>com.googlecode</groupId>
    <artifactId>hibernate-memcached</artifactId>
    <version>1.2</version>
</dependency>

Comment by sergebogatyrjov, Oct 20, 2008

Is it possible to place spy.jar and other rare deps into the "hibernate-memcached" repository?

Comment by enricomagen, Aug 11, 2009

update this page with version 1.2.1


Sign in to add a comment
Hosted by Google Code