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 |
CategoriesSpring Boot Container Microservices Cassandra Data Databases Grails User Interface Web Frameworks ORM |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgorm-cassandra-spring-boot |
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/gorm-cassandra-spring-boot/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>gorm-cassandra-spring-boot</artifactId>
<version>6.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/gorm-cassandra-spring-boot/
implementation 'org.grails:gorm-cassandra-spring-boot:6.1.0.RELEASE'
// https://jarcasting.com/artifacts/org.grails/gorm-cassandra-spring-boot/
implementation ("org.grails:gorm-cassandra-spring-boot:6.1.0.RELEASE")
'org.grails:gorm-cassandra-spring-boot:jar:6.1.0.RELEASE'
<dependency org="org.grails" name="gorm-cassandra-spring-boot" rev="6.1.0.RELEASE">
<artifact name="gorm-cassandra-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='gorm-cassandra-spring-boot', version='6.1.0.RELEASE')
)
libraryDependencies += "org.grails" % "gorm-cassandra-spring-boot" % "6.1.0.RELEASE"
[org.grails/gorm-cassandra-spring-boot "6.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.4.5.RELEASE |
org.springframework.boot : spring-boot-cli | jar | 1.4.5.RELEASE |
org.codehaus.groovy : groovy | jar | 2.4.10 |
org.springframework : spring-tx | jar | 4.3.7.RELEASE |
org.grails : grails-datastore-gorm-support | jar | 6.1.0.RELEASE |
org.grails : grails-datastore-gorm-cassandra | jar | 6.1.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
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: