c

cache-invalidation-spring

Spring CacheManager module for the Cache Invalidation tool.
https://github.com/ppodgorsek/cache-invalidation
MIT License
Paul Podgorsek
文件下载
文件名 操作
cache-invalidation-spring-1.0.4.jar 下载
cache-invalidation-spring-1.0.4.pom 下载
cache-invalidation-spring-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.ppodgorsek.cache</groupId>
  <artifactId>cache-invalidation-spring</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.ppodgorsek.cache:cache-invalidation-spring:1.0.4'
Gradle Kotlin
implementation("com.github.ppodgorsek.cache:cache-invalidation-spring:1.0.4")
Scala SBT
libraryDependencies += "com.github.ppodgorsek.cache" % "cache-invalidation-spring" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ppodgorsek.cache', module='cache-invalidation-spring', version='1.0.4')
)
Apache Ivy
<dependency org="com.github.ppodgorsek.cache" name="cache-invalidation-spring" rev="1.0.4" />
Leiningen
[com.github.ppodgorsek.cache/cache-invalidation-spring "1.0.4"]
Apache Buildr
'com.github.ppodgorsek.cache:cache-invalidation-spring:jar:1.0.4'