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

org.apache.camel.quarkus:camel-quarkus-cassandraql 1.0.0-M6

The cql component aims at integrating Cassandra 2.0 using the CQL3 API (not the Thrift API). It's based on Cassandra Java Driver provided by DataStax.

Категории

Категории

Quarkus Контейнер Микросервисы Cassandra Данные Базы данных
Группа

Группа

org.apache.camel.quarkus
Идентификатор

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

camel-quarkus-cassandraql
Версия

Версия

1.0.0-M6
Тип

Тип

jar

Скачать camel-quarkus-cassandraql 1.0.0-M6


<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-cassandraql/ -->
<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-cassandraql</artifactId>
    <version>1.0.0-M6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-cassandraql/
implementation 'org.apache.camel.quarkus:camel-quarkus-cassandraql:1.0.0-M6'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-cassandraql/
implementation ("org.apache.camel.quarkus:camel-quarkus-cassandraql:1.0.0-M6")
'org.apache.camel.quarkus:camel-quarkus-cassandraql:jar:1.0.0-M6'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-cassandraql" rev="1.0.0-M6">
  <artifact name="camel-quarkus-cassandraql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-cassandraql', version='1.0.0-M6')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-cassandraql" % "1.0.0-M6"
[org.apache.camel.quarkus/camel-quarkus-cassandraql "1.0.0-M6"]