License |
License |
---|---|
Categories |
CategoriesCassandra Data Databases |
GroupId | GroupIdcom.stratio.cassandra |
ArtifactId | ArtifactIdcassandra-parent |
Last Version | Last Version2.1.07 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionStratio Cassandra
A fork of the Apache Cassandra Project that uses Lucene indexes for providing near real time search such as ElasticSearch or Solr, including full text search capabilities, multi-dimensional queries, and relevance scoring.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cassandra-parent-2.1.07.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stratio.cassandra/cassandra-parent/ -->
<dependency>
<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-parent</artifactId>
<version>2.1.07</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stratio.cassandra/cassandra-parent/
implementation 'com.stratio.cassandra:cassandra-parent:2.1.07'
// https://jarcasting.com/artifacts/com.stratio.cassandra/cassandra-parent/
implementation ("com.stratio.cassandra:cassandra-parent:2.1.07")
'com.stratio.cassandra:cassandra-parent:pom:2.1.07'
<dependency org="com.stratio.cassandra" name="cassandra-parent" rev="2.1.07">
<artifact name="cassandra-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stratio.cassandra', module='cassandra-parent', version='2.1.07')
)
libraryDependencies += "com.stratio.cassandra" % "cassandra-parent" % "2.1.07"
[com.stratio.cassandra/cassandra-parent "2.1.07"]