|
Install
InstallManual installYou 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 installIf 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