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.9.0.jar download
redis-om-spring-0.9.0.pom download
redis-om-spring-0.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.redis.om</groupId>
  <artifactId>redis-om-spring</artifactId>
  <version>0.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.redis.om:redis-om-spring:0.9.0'
Gradle Kotlin
implementation("com.redis.om:redis-om-spring:0.9.0")
Scala SBT
libraryDependencies += "com.redis.om" % "redis-om-spring" % "0.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.redis.om', module='redis-om-spring', version='0.9.0')
)
Apache Ivy
<dependency org="com.redis.om" name="redis-om-spring" rev="0.9.0" />
Leiningen
[com.redis.om/redis-om-spring "0.9.0"]
Apache Buildr
'com.redis.om:redis-om-spring:jar:0.9.0'