Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdorg.springframework.data |
ArtifactId | ArtifactIdspring-data-redis |
Version | Version2.1.13.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/ -->
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.1.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/
implementation 'org.springframework.data:spring-data-redis:2.1.13.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.data/spring-data-redis/
implementation ("org.springframework.data:spring-data-redis:2.1.13.RELEASE")
'org.springframework.data:spring-data-redis:jar:2.1.13.RELEASE'
<dependency org="org.springframework.data" name="spring-data-redis" rev="2.1.13.RELEASE">
<artifact name="spring-data-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.data', module='spring-data-redis', version='2.1.13.RELEASE')
)
libraryDependencies += "org.springframework.data" % "spring-data-redis" % "2.1.13.RELEASE"
[org.springframework.data/spring-data-redis "2.1.13.RELEASE"]