To include CacheAware in your project use:
<dependency>
<groupId>net.sf.cacheaware</groupId>
<artifactId>cacheaware</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
And don't forget to add the CacheAware's Maven Repository:
<repositories>
<repository>
<id>cacheaware-maven</id>
<url>http://cacheaware.sourceforge.net/maven</url>
</repository>
</repositories>