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