GroupId | GroupIdcom.google.code.simple-spring-memcached |
---|---|
ArtifactId | ArtifactIdsimple-spring-memcached |
Version | Version3.2.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-spring-memcached-3.2.0.pom | |
simple-spring-memcached-3.2.0.jar | 113 KB |
simple-spring-memcached-3.2.0-sources.jar | 128 KB |
simple-spring-memcached-3.2.0-javadoc.jar | 739 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/simple-spring-memcached/ -->
<dependency>
<groupId>com.google.code.simple-spring-memcached</groupId>
<artifactId>simple-spring-memcached</artifactId>
<version>3.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/simple-spring-memcached/
implementation 'com.google.code.simple-spring-memcached:simple-spring-memcached:3.2.0'
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/simple-spring-memcached/
implementation ("com.google.code.simple-spring-memcached:simple-spring-memcached:3.2.0")
'com.google.code.simple-spring-memcached:simple-spring-memcached:jar:3.2.0'
<dependency org="com.google.code.simple-spring-memcached" name="simple-spring-memcached" rev="3.2.0">
<artifact name="simple-spring-memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simple-spring-memcached', module='simple-spring-memcached', version='3.2.0')
)
libraryDependencies += "com.google.code.simple-spring-memcached" % "simple-spring-memcached" % "3.2.0"
[com.google.code.simple-spring-memcached/simple-spring-memcached "3.2.0"]