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

org.springframework.boot:spring-boot-starter-data-cassandra-reactive 2.1.12.RELEASE

Starter for using Cassandra distributed database and Spring Data Cassandra Reactive

Категории

Категории

Spring Boot Контейнер Микросервисы Cassandra Данные Базы данных React Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.springframework.boot
Идентификатор

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

spring-boot-starter-data-cassandra-reactive
Версия

Версия

2.1.12.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-data-cassandra-reactive 2.1.12.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-cassandra-reactive/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-data-cassandra-reactive</artifactId>
    <version>2.1.12.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-cassandra-reactive/
implementation 'org.springframework.boot:spring-boot-starter-data-cassandra-reactive:2.1.12.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-data-cassandra-reactive/
implementation ("org.springframework.boot:spring-boot-starter-data-cassandra-reactive:2.1.12.RELEASE")
'org.springframework.boot:spring-boot-starter-data-cassandra-reactive:jar:2.1.12.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-data-cassandra-reactive" rev="2.1.12.RELEASE">
  <artifact name="spring-boot-starter-data-cassandra-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-cassandra-reactive', version='2.1.12.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-cassandra-reactive" % "2.1.12.RELEASE"
[org.springframework.boot/spring-boot-starter-data-cassandra-reactive "2.1.12.RELEASE"]