| Group ID: |
com.github.ppodgorsek.cache |
| Artifact ID: |
cache-invalidation-spring |
| Last modified: |
11.01.2016 00:46 |
| Packaging: |
jar |
| Name: |
Spring CacheManager invalidation |
| Description: |
Spring CacheManager module for the Cache Invalidation tool. |
| URL: |
https://github.com/ppodgorsek/cache-invalidation |
| License: |
MIT License |
| Developers: |
Paul Podgorsek |
|
|
| Size: |
9.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/ppodgorsek/cache/cache-invalidation-spring/1.0.4/cache-invalidation-spring-1.0.4.jar |
| POM: |
Show
hide
<?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>
|
| Maven: |
<dependency>
<groupId>com.github.ppodgorsek.cache</groupId>
<artifactId>cache-invalidation-spring</artifactId>
<version>1.0.4</version>
</dependency>
|
| Gradle: |
com.github.ppodgorsek.cache:cache-invalidation-spring:1.0.4 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|