GroupId | GroupIdcom.google.code.simple-spring-memcached |
---|---|
ArtifactId | ArtifactIdspring-cache |
Version | Version3.5.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-cache-3.5.0.pom | |
spring-cache-3.5.0.jar | 10 KB |
spring-cache-3.5.0-sources.jar | 6 KB |
spring-cache-3.5.0-javadoc.jar | 50 KB |
Browse |
<!-- 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.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/spring-cache/
implementation 'com.google.code.simple-spring-memcached:spring-cache:3.5.0'
// https://jarcasting.com/artifacts/com.google.code.simple-spring-memcached/spring-cache/
implementation ("com.google.code.simple-spring-memcached:spring-cache:3.5.0")
'com.google.code.simple-spring-memcached:spring-cache:jar:3.5.0'
<dependency org="com.google.code.simple-spring-memcached" name="spring-cache" rev="3.5.0">
<artifact name="spring-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simple-spring-memcached', module='spring-cache', version='3.5.0')
)
libraryDependencies += "com.google.code.simple-spring-memcached" % "spring-cache" % "3.5.0"
[com.google.code.simple-spring-memcached/spring-cache "3.5.0"]