is not current version
Last Version 4.1.3

com.google.code.simple-spring-memcached:spring-cache 3.2.1

Integration with Spring 3.1 cache abstraction

GroupId

GroupId

com.google.code.simple-spring-memcached
ArtifactId

ArtifactId

spring-cache
Version

Version

3.2.1
Type

Type

jar

Download spring-cache 3.2.1


<!-- https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/spring-cache/ -->
<dependency>
    <groupId>com.google.code.simple-spring-memcached</groupId>
    <artifactId>spring-cache</artifactId>
    <version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/spring-cache/
implementation 'com.google.code.simple-spring-memcached:spring-cache:3.2.1'
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/spring-cache/
implementation ("com.google.code.simple-spring-memcached:spring-cache:3.2.1")
'com.google.code.simple-spring-memcached:spring-cache:jar:3.2.1'
<dependency org="com.google.code.simple-spring-memcached" name="spring-cache" rev="3.2.1">
  <artifact name="spring-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simple-spring-memcached', module='spring-cache', version='3.2.1')
)
libraryDependencies += "com.google.code.simple-spring-memcached" % "spring-cache" % "3.2.1"
[com.google.code.simple-spring-memcached/spring-cache "3.2.1"]