My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
MavenRepository  

Phase-Deploy, Featured
Updated Aug 10, 2011 by eun...@gmail.com

How to use

Add a release repository.

	<repositories>
		<repository>
			<id>zact</id>
			<url>http://zact.googlecode.com/svn/maven/repository</url>
		</repository>
	</repositories>

Or a snapshot repository.

	<repositories>
		<repository>
			<id>zact-snapshot</id>
			<url>http://zact.googlecode.com/svn/maven/snapshot-repository</url>
			<snapshots>
				<enabled>true</enabled>
			</snapshots>
		</repository>
	</repositories>

Add the dependency to the dependencies.

	<dependencies>
		<dependency>
			<groupId>tokyotyrant</groupId>
			<artifactId>tokyotyrant</artifactId>
			<version>0.11.1</version>
		</dependency>
	</dependencies>

Sign in to add a comment
Powered by Google Project Hosting