License |
License |
---|---|
GroupId | GroupIdcom.sohu.cache |
ArtifactId | ArtifactIdspringcache |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionspringcache
A simple implement of spring cache by redis or memcached.
|
Project URL |
Project URL |
Filename | Size |
---|---|
springcache-1.1.0.pom | |
springcache-1.1.0.jar | 18 KB |
springcache-1.1.0-sources.jar | 10 KB |
springcache-1.1.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sohu.cache/springcache/ -->
<dependency>
<groupId>com.sohu.cache</groupId>
<artifactId>springcache</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sohu.cache/springcache/
implementation 'com.sohu.cache:springcache:1.1.0'
// https://jarcasting.com/artifacts/com.sohu.cache/springcache/
implementation ("com.sohu.cache:springcache:1.1.0")
'com.sohu.cache:springcache:jar:1.1.0'
<dependency org="com.sohu.cache" name="springcache" rev="1.1.0">
<artifact name="springcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sohu.cache', module='springcache', version='1.1.0')
)
libraryDependencies += "com.sohu.cache" % "springcache" % "1.1.0"
[com.sohu.cache/springcache "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.2 |
org.springframework : spring-core | jar | 3.2.1.RELEASE |
org.springframework : spring-context | jar | 3.2.1.RELEASE |
com.alibaba : fastjson | jar | 1.1.24 |
redis.clients : jedis Optional | jar | 2.1.0 |
com.googlecode.xmemcached : xmemcached Optional | jar | 1.3.9 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
ch.qos.logback : logback-classic | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.springframework : spring-test | jar | 3.2.1.RELEASE |