License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.redis.om |
ArtifactId | ArtifactIdredis-om-spring |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionredis-om-spring
Redis OM Spring provides powerful repository and custom object-mapping abstractions built on top of the powerful Spring Data Redis (SDR) framework.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationRedis |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
redis-om-spring-0.5.1.pom | |
redis-om-spring-0.5.1.jar | 360 KB |
redis-om-spring-0.5.1-sources.jar | 174 KB |
redis-om-spring-0.5.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.redis.om/redis-om-spring/ -->
<dependency>
<groupId>com.redis.om</groupId>
<artifactId>redis-om-spring</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.redis.om/redis-om-spring/
implementation 'com.redis.om:redis-om-spring:0.5.1'
// https://jarcasting.com/artifacts/com.redis.om/redis-om-spring/
implementation ("com.redis.om:redis-om-spring:0.5.1")
'com.redis.om:redis-om-spring:jar:0.5.1'
<dependency org="com.redis.om" name="redis-om-spring" rev="0.5.1">
<artifact name="redis-om-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.redis.om', module='redis-om-spring', version='0.5.1')
)
libraryDependencies += "com.redis.om" % "redis-om-spring" % "0.5.1"
[com.redis.om/redis-om-spring "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.7.0 |
org.springframework.data : spring-data-redis | jar | 2.7.0 |
org.springframework.boot : spring-boot-starter-aop | jar | 2.7.0 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.7.0 |
com.redislabs : jrejson | jar | 1.5.0 |
com.redislabs : jredisearch | jar | 2.2.0 |
com.redislabs : jrebloom | jar | 2.2.0 |
com.google.guava : guava | jar | 31.1-jre |
com.github.f4b6a3 : ulid-creator | jar | 4.2.1 |
org.projectlombok : lombok Optional | jar | 1.18.24 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
com.squareup : javapoet | jar | 1.13.0 |
Group / Artifact | Type | Version |
---|---|---|
javax.enterprise : cdi-api Optional | jar | 1.0 |
com.google.auto.service : auto-service | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.springframework : spring-test | jar | 5.3.19 |
org.springframework.boot : spring-boot-starter-test | jar | 2.7.0 |
com.redis.testcontainers : testcontainers-redis | jar | 1.5.5 |
com.redis.testcontainers : testcontainers-redis-junit | jar | 1.5.5 |