|
Maven2
Instructions for Maven 2 users
Featured IntroductionBoth releases and snapshots are available on Elastic Grid Maven Repository. RepositoryIn 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>DependenciesThen 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