i

ignite-cassandra-store

Java-based middleware for in-memory processing of big data in a distributed environment.
http://ignite.apache.org
The Apache Software License, Version 2.0
The Apache Software Foundation
Files download
File Operation
ignite-cassandra-store-2.9.1.jar download
ignite-cassandra-store-2.9.1.pom download
ignite-cassandra-store-2.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.ignite</groupId>
  <artifactId>ignite-cassandra-store</artifactId>
  <version>2.9.1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.ignite:ignite-cassandra-store:2.9.1'
Gradle Kotlin
implementation("org.apache.ignite:ignite-cassandra-store:2.9.1")
Scala SBT
libraryDependencies += "org.apache.ignite" % "ignite-cassandra-store" % "2.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.ignite', module='ignite-cassandra-store', version='2.9.1')
)
Apache Ivy
<dependency org="org.apache.ignite" name="ignite-cassandra-store" rev="2.9.1" />
Leiningen
[org.apache.ignite/ignite-cassandra-store "2.9.1"]
Apache Buildr
'org.apache.ignite:ignite-cassandra-store:jar:2.9.1'