License |
License |
---|---|
GroupId | GroupIdorg.calrissian.accumulorecipes |
ArtifactId | ArtifactIdrange-store |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalrissian Accumulo Recipes Range Store
The range store provides overlapping queries of intervals that overlap (or are contained inside of)
other intervals.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
range-store-2.0.0.pom | |
range-store-2.0.0.jar | 15 KB |
range-store-2.0.0-sources.jar | 10 KB |
range-store-2.0.0-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/range-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>range-store</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/range-store/
implementation 'org.calrissian.accumulorecipes:range-store:2.0.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/range-store/
implementation ("org.calrissian.accumulorecipes:range-store:2.0.0")
'org.calrissian.accumulorecipes:range-store:jar:2.0.0'
<dependency org="org.calrissian.accumulorecipes" name="range-store" rev="2.0.0">
<artifact name="range-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='range-store', version='2.0.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "range-store" % "2.0.0"
[org.calrissian.accumulorecipes/range-store "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.calrissian.accumulorecipes : commons | jar | 2.0.0 |
org.apache.accumulo : accumulo-core | jar | 1.6.1 |
org.apache.hadoop : hadoop-client | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |