Maven Snippet

GMazzo

Maven Snippet

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>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.