Project Casquatch - Casquatch Generator

Generator component of Project Casquatch

Лицензия

Лицензия

Группа

Группа

com.tmobile.opensource.casquatch
Идентификатор

Идентификатор

casquatch-generator
Последняя версия

Последняя версия

2.0-RELEASE
Дата

Дата

Тип

Тип

jar
Описание

Описание

Project Casquatch - Casquatch Generator
Generator component of Project Casquatch
Ссылка на сайт

Ссылка на сайт

http://github.com/tmobile/casquatch
Система контроля версий

Система контроля версий

https://github.com/tmobile/casquatch/tree/master

Скачать casquatch-generator

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/casquatch-generator/ -->
<dependency>
    <groupId>com.tmobile.opensource.casquatch</groupId>
    <artifactId>casquatch-generator</artifactId>
    <version>2.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/casquatch-generator/
implementation 'com.tmobile.opensource.casquatch:casquatch-generator:2.0-RELEASE'
// https://jarcasting.com/artifacts/com.tmobile.opensource.casquatch/casquatch-generator/
implementation ("com.tmobile.opensource.casquatch:casquatch-generator:2.0-RELEASE")
'com.tmobile.opensource.casquatch:casquatch-generator:jar:2.0-RELEASE'
<dependency org="com.tmobile.opensource.casquatch" name="casquatch-generator" rev="2.0-RELEASE">
  <artifact name="casquatch-generator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tmobile.opensource.casquatch', module='casquatch-generator', version='2.0-RELEASE')
)
libraryDependencies += "com.tmobile.opensource.casquatch" % "casquatch-generator" % "2.0-RELEASE"
[com.tmobile.opensource.casquatch/casquatch-generator "2.0-RELEASE"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.tmobile.opensource.casquatch : casquatch-driver jar 2.0-RELEASE
org.projectlombok : lombok jar 1.18.8

test (1)

Идентификатор библиотеки Тип Версия
com.tmobile.opensource.casquatch : casquatch-driver-tests jar 2.0-RELEASE

Модули Проекта

Данный проект не имеет модулей.

Project Casquatch

Overview

This project is designed to provide a java abstraction layer for the Cassandra database such that the developers will interact with generated POJOs through simple get, save, delete, procedures without writing a single line of CQL or importing any Datastax packages.

Documentation

The full manual is available at http://tmobile.github.io/casquatch

Quick Start

See Spring Rest Tutorial for a quick start example getting up and running with a Rest DAO backed by Casquatch.

Release Notes

Release notes are now maintained in the Manual

com.tmobile.opensource.casquatch

T-Mobile

Версии библиотеки

Версия
2.0-RELEASE