Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

appmetr/cql-dao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CQL DAO

The library helps to create Apache Cassandra DAO classes.

How to get it?

You can use it as a maven dependency:

<dependency>
    <groupId>com.appmetr</groupId>
    <artifactId>cql-dao</artifactId>
    <version>1.0</version>
</dependency>
<repositories>
    <repository>
        <id>appmetr-repo</id>
        <url>https://appmetr.jfrog.io/artifactory/maven/</url>
    </repository>
</repositories>

Or download the latest build at: https://github.com/appmetr/cql-dao/releases