The platform is distributed as a set of maven artifacts.
To allow maven to find them, add the following repository to your POM:
<repository> <id>age</id> <name>AgE Repository</name> <url>http://age.iisg.agh.edu.pl/maven2</url> </repository>
Project created with the age archetype (see GettingStarted) have this repository already set.
To use some particular services, like monitoring or distribution, refer to the appropriate section of the documentation to check which artifacts to add to your dependencies.