MVN

com.redis.om : redis-om-spring

Maven & Gradle

Jul 26, 2023
550 stars

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.

<dependency>
    <groupId>com.redis.om</groupId>
    <artifactId>redis-om-spring</artifactId>
    <version>0.8.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redis.om : redis-om-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.6

All Versions

Choose a version of com.redis.om : redis-om-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
redis-om-spring-0.8.6
redis-om-spring-0.8.5
redis-om-spring-0.8.4
redis-om-spring-0.8.3
redis-om-spring-0.8.2
redis-om-spring-0.8.1
redis-om-spring-0.8.0
0.6.x
redis-om-spring-0.6.4
redis-om-spring-0.6.3
redis-om-spring-0.6.2
redis-om-spring-0.6.1
redis-om-spring-0.6.0
0.5.x
redis-om-spring-0.5.1
redis-om-spring-0.5.0

How to add a dependency to Maven

Add the following com.redis.om : redis-om-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redis.om</groupId>
    <artifactId>redis-om-spring</artifactId>
    <version>0.8.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redis.om : redis-om-spring gradle dependency to your build.gradle file:

implementation 'com.redis.om:redis-om-spring:0.8.6'

Gradle Kotlin DSL: Add the following com.redis.om : redis-om-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redis.om:redis-om-spring:0.8.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redis.om : redis-om-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redis.om" % "redis-om-spring" % "0.8.6"