GORM for Cassandra
This project implements GORM for the Cassandra Column Database.
For more information see the following links:
For the current development version see the following links:
License |
License |
---|---|
Categories |
CategoriesCassandra Data Databases Grails User Interface Web Frameworks ORM |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-gorm-cassandra |
Last Version | Last Version6.1.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGORM for Cassandra
Provides a GORM Object Mapping implementations for the Cassandra Column Database
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-cassandra/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-cassandra</artifactId>
<version>6.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-cassandra/
implementation 'org.grails:grails-datastore-gorm-cassandra:6.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-cassandra/
implementation ("org.grails:grails-datastore-gorm-cassandra:6.1.0.RELEASE")
'org.grails:grails-datastore-gorm-cassandra:jar:6.1.0.RELEASE'
<dependency org="org.grails" name="grails-datastore-gorm-cassandra" rev="6.1.0.RELEASE">
<artifact name="grails-datastore-gorm-cassandra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-cassandra', version='6.1.0.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-cassandra" % "6.1.0.RELEASE"
[org.grails/grails-datastore-gorm-cassandra "6.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-cassandra | jar | 1.5.1.RELEASE |
org.grails : grails-datastore-web | jar | 6.1.0.RELEASE |
org.grails : grails-datastore-gorm | jar | 6.1.0.RELEASE |
org.grails : grails-datastore-gorm-validation | jar | 6.1.0.RELEASE |
org.grails : grails-datastore-gorm-support | jar | 6.1.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.grails : grails-datastore-gorm-tck | jar | 6.1.0.RELEASE |
org.objenesis : objenesis | jar | 1.4 |
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
cglib : cglib-nodep | jar | 2.2.2 |
This project implements GORM for the Cassandra Column Database.
For more information see the following links:
For the current development version see the following links: