License |
License |
---|---|
Categories |
CategoriesRedis Data Databases Grails User Interface Web Frameworks ORM |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-redis |
Last Version | Last Version6.0.4.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGORM for Redis
Provides a GORM Object Mapping for Redis Hashes
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-redis/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-redis</artifactId>
<version>6.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-redis/
implementation 'org.grails:grails-datastore-gorm-redis:6.0.4.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-redis/
implementation ("org.grails:grails-datastore-gorm-redis:6.0.4.RELEASE")
'org.grails:grails-datastore-gorm-redis:jar:6.0.4.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-redis" rev="6.0.4.RELEASE">
<artifact name="grails-datastore-gorm-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-redis', version='6.0.4.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-redis" % "6.0.4.RELEASE"
[org.grails/grails-datastore-gorm-redis "6.0.4.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
redis.clients : jedis | jar | 2.7.3 |
org.grails : grails-datastore-gorm-validation | jar | 6.0.4.RELEASE |
org.grails : grails-datastore-web | jar | 6.0.4.RELEASE |
org.grails : grails-datastore-gorm | jar | 6.0.4.RELEASE |
org.grails : grails-datastore-gorm-support | jar | 6.0.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-expression | jar | 4.1.9.RELEASE |
org.grails : grails-datastore-gorm-tck | jar | 6.0.4.RELEASE |
org.grails : grails-datastore-gorm-test | jar | 6.0.4.RELEASE |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |