coconut-cache-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.coconut.cache</groupId>
<artifactId>coconut-cache-parent</artifactId>
<version>1.0-alpha3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.coconut</groupId>
<artifactId>coconut-parent</artifactId>
<version>1.0-alpha3</version>
</parent>
<groupId>org.coconut.cache</groupId>
<artifactId>coconut-cache-parent</artifactId>
<name>Coconut Cache (pom)</name>
<description>Root Pom for Coconut Cache</description>
<packaging>pom</packaging>
<dependencies>
<dependency>
<groupId>org.coconut.test</groupId>
<artifactId>coconut-test-framework</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<modules>
<module>coconut-cache-api</module>
<module>coconut-cache-examples</module>
<module>coconut-cache-impl</module>
<module>coconut-cache-policies</module>
<module>coconut-cache-standalone</module>
<module>coconut-cache-test</module>
</modules>
</project>