r

redis-om-spring

Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the powerful Spring Data Redis (SDR) framework.
https://github.com/redis/redis-om-spring
MIT license
Redis
Brian Sam-Bodden
Files download
File Operation
redis-om-spring-0.8.2.jar download
redis-om-spring-0.8.2.pom download
redis-om-spring-0.8.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redis.om</groupId>
  <artifactId>redis-om-spring</artifactId>
  <version>0.8.2</version>
</dependency>
Gradle Groovy
implementation 'com.redis.om:redis-om-spring:0.8.2'
Gradle Kotlin
implementation("com.redis.om:redis-om-spring:0.8.2")
Scala SBT
libraryDependencies += "com.redis.om" % "redis-om-spring" % "0.8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.redis.om', module='redis-om-spring', version='0.8.2')
)
Apache Ivy
<dependency org="com.redis.om" name="redis-om-spring" rev="0.8.2" />
Leiningen
[com.redis.om/redis-om-spring "0.8.2"]
Apache Buildr
'com.redis.om:redis-om-spring:jar:0.8.2'