Categories |
CategoriesRedis Data Databases Grails User Interface Web Frameworks ORM |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-redis |
Version | Version4.0.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-redis/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-redis</artifactId>
<version>4.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-redis/
implementation 'org.grails:grails-datastore-gorm-redis:4.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-redis/
implementation ("org.grails:grails-datastore-gorm-redis:4.0.0.RELEASE")
'org.grails:grails-datastore-gorm-redis:jar:4.0.0.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-redis" rev="4.0.0.RELEASE">
<artifact name="grails-datastore-gorm-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-redis', version='4.0.0.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-redis" % "4.0.0.RELEASE"
[org.grails/grails-datastore-gorm-redis "4.0.0.RELEASE"]