<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-cassandra-reactive</artifactId>
<version>3.3.3</version>
</dependency>
implementation 'org.springframework.boot:spring-boot-starter-data-cassandra-reactive:3.3.3'
implementation("org.springframework.boot:spring-boot-starter-data-cassandra-reactive:3.3.3")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-data-cassandra-reactive" % "3.3.3"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-data-cassandra-reactive', version='3.3.3')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-data-cassandra-reactive" rev="3.3.3" />