Group Id org.springframework.data
Artifact Id spring-data-cassandra-distribution
Version 1.5.5.RELEASE
Packaging jar
URL -
Badge
Last Updated 2017-07-24T08:57:27+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-cassandra-distribution</artifactId>
    <version>1.5.5.RELEASE</version>
</dependency>
implementation group: 'org.springframework.data', name: 'spring-data-cassandra-distribution', version: '1.5.5.RELEASE'
implementation 'org.springframework.data:spring-data-cassandra-distribution:1.5.5.RELEASE'
implementation("org.springframework.data:spring-data-cassandra-distribution:1.5.5.RELEASE")
libraryDependencies += "org.springframework.data" % "spring-data-cassandra-distribution" % "1.5.5.RELEASE"
<dependency org="org.springframework.data" name="spring-data-cassandra-distribution" rev="1.5.5.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework.data', module='spring-data-cassandra-distribution', version='1.5.5.RELEASE')
)
[org.springframework.data/spring-data-cassandra-distribution "1.5.5.RELEASE"]
'org.springframework.data:spring-data-cassandra-distribution:1.5.5.RELEASE'