Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-redis |
Version | Version2.4.2 |
Type | Typejar |
Filename | Size |
---|---|
spring-data-redis-2.4.2.pom | |
spring-data-redis-2.4.2.jar | 1 MB |
spring-data-redis-2.4.2-sources.jar | 985 KB |
spring-data-redis-2.4.2-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/
implementation 'org.springframework.data:spring-data-redis:2.4.2'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/
implementation ("org.springframework.data:spring-data-redis:2.4.2")
'org.springframework.data:spring-data-redis:jar:2.4.2'
<dependency org="org.springframework.data" name="spring-data-redis" rev="2.4.2">
<artifact name="spring-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-redis', version='2.4.2')
)
libraryDependencies += "org.springframework.data" % "spring-data-redis" % "2.4.2"
[org.springframework.data/spring-data-redis "2.4.2"]