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