cache-invalidation-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.ppodgorsek.cache</groupId>
<artifactId>cache-invalidation-spring</artifactId>
<version>1.0.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>com.github.ppodgorsek.cache</groupId> <artifactId>cache-invalidation</artifactId> <version>1.0.4</version> </parent> <groupId>com.github.ppodgorsek.cache</groupId> <artifactId>cache-invalidation-spring</artifactId> <packaging>jar</packaging> <name>Spring CacheManager invalidation</name> <description>Spring CacheManager module for the Cache Invalidation tool.</description> <url>https://github.com/ppodgorsek/cache-invalidation</url> <licenses> <license> <name>MIT License</name> <url>http://www.opensource.org/licenses/mit-license.php</url> </license> </licenses> <developers> <developer> <name>Paul Podgorsek</name> <email>ppodgorsek@users.noreply.github.com</email> <organization>GitHub</organization> <organizationUrl>https://github.com/ppodgorsek</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:ppodgorsek/cache-invalidation.git</connection> <developerConnection>scm:git:git@github.com:ppodgorsek/cache-invalidation.git</developerConnection> <url>git@github.com:ppodgorsek/cache-invalidation.git</url> </scm> <properties> <config.path.prefix>../</config.path.prefix> </properties> <dependencies> <dependency> <groupId>com.github.ppodgorsek.cache</groupId> <artifactId>cache-invalidation-core</artifactId> </dependency> <!-- Various Application Context utilities, including EhCache, JavaMail, Quartz, and Freemarker integration Define this if you need any of these integrations --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> </dependency> <dependency> <groupId>org.easymock</groupId> <artifactId>easymock</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> </dependencies> </project>