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

Featured
Updated Feb 4, 2010 by sergio.b...@gmail.com

Install

Manual install

You can manually install the Actorom library and use it in your own application by simply downloading one of the release distributions and copy the proper jar file in your classpath.

Maven2 install

If your application is based on Maven2, you can use the Actorom repository in order to properly configure the Actorom dependency.

To configure the Actorom repository, just add the following repository declaration:

<repository>
    <id>actorom-repo</id>
    <name>Actorom Maven2 Repository</name>
    <url>http://actorom.googlecode.com/svn/repo</url>
</repository>

Then add the Actorom dependency:

<dependency>
    <groupId>com.googlecode.actorom</groupId>
    <artifactId>actorom</artifactId>
    <version>PROPER_VERSION</version>
</dependency>

And that's all!


Sign in to add a comment
Powered by Google Project Hosting