#summary Explains how to use this library with Maven. #labels Featured,Phase-Implementation ==How to use Any23 with Maven 2+== To use *Any23* with Maven you must first declare the following repository in your project POM {{{ any23-repository-external http://any23.googlecode.com/svn/repo-ext any23-repository http://any23.googlecode.com/svn/repo }}} Then you can declare the following dependencies: The library Core: {{{ org.deri.any23 any23-core 0.6.1 }}} Optionally the REST Service: {{{ org.deri.any23 any23-service 0.6.1 }}} Optionally one or more [http://any23.googlecode.com/svn/trunk/plugins plugin dependencies].