My favorites | Sign in
Project Home Downloads Wiki Source
Search
for
Maven2  
Instructions for Maven 2 users
Featured
Updated Aug 3, 2009 by jerome.b...@gmail.com

Introduction

Both releases and snapshots are available on Elastic Grid Maven Repository.

Repository

In order to use Elastic Rack artifacts, simply add the following repository to your Maven project:

<repositories>
  <repository>
    <id>elastic-grid</id>
    <url>http://maven.elastic-grid.com</url>
  </repository>
</repositories>

Dependencies

Then you can simply declare Elastic Rack dependency:

<dependency>
  <groupId>net.elasticgrid</groupId>
  <artifactId>elastic-rack</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Sign in to add a comment
Powered by Google Project Hosting