is not current version
Last Version 4.1.3

com.google.code.simple-spring-memcached:spring-cache-integration-test 4.0.0

Sample project using integration with Spring 3.1 cache abstraction and xmemcached provider

GroupId

GroupId

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

ArtifactId

spring-cache-integration-test
Version

Version

4.0.0
Type

Type

jar

Download spring-cache-integration-test 4.0.0


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