is not current version
Last Version 4.1.3

com.google.code.simple-spring-memcached:integration-test 3.0.1

Sample project using simple-spring-memcached

GroupId

GroupId

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

ArtifactId

integration-test
Version

Version

3.0.1
Type

Type

jar

Download integration-test 3.0.1


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