License |
License |
---|---|
GroupId | GroupIdorg.calrissian.accumulorecipes |
ArtifactId | ArtifactIdgraph-store |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCalrissian Accumulo Recipes Graph Store
The graph store allows breadth-first traversal of graphs through vertices and edges.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
graph-store-2.0.0.pom | |
graph-store-2.0.0.jar | 40 KB |
graph-store-2.0.0-sources.jar | 21 KB |
graph-store-2.0.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/graph-store/ -->
<dependency>
<groupId>org.calrissian.accumulorecipes</groupId>
<artifactId>graph-store</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/graph-store/
implementation 'org.calrissian.accumulorecipes:graph-store:2.0.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/graph-store/
implementation ("org.calrissian.accumulorecipes:graph-store:2.0.0")
'org.calrissian.accumulorecipes:graph-store:jar:2.0.0'
<dependency org="org.calrissian.accumulorecipes" name="graph-store" rev="2.0.0">
<artifact name="graph-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='graph-store', version='2.0.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "graph-store" % "2.0.0"
[org.calrissian.accumulorecipes/graph-store "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.calrissian.accumulorecipes : commons | jar | 2.0.0 |
org.calrissian.accumulorecipes : entity-store | jar | 2.0.0 |
org.calrissian.mango : mango-core | jar | 1.2.0 |
org.calrissian.mango : mango-json | jar | 1.2.0 |
org.apache.accumulo : accumulo-core | jar | 1.6.1 |
org.apache.hadoop : hadoop-client | jar | 2.3.0 |
org.apache.zookeeper : zookeeper | jar | 3.3.5 |
com.tinkerpop.blueprints : blueprints-core | jar | 2.4.0 |
joda-time : joda-time | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.tinkerpop.blueprints : blueprints-test | jar | 2.4.0 |
org.apache.accumulo : accumulo-minicluster | jar | 1.6.1 |