is not current version
Last Version 2.0.0

org.calrissian.accumulorecipes:graph-store 1.1.0

The graph store allows breadth-first traversal of graphs through vertices and edges.

GroupId

GroupId

org.calrissian.accumulorecipes
ArtifactId

ArtifactId

graph-store
Version

Version

1.1.0
Type

Type

jar

Download graph-store 1.1.0


<!-- https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/graph-store/ -->
<dependency>
    <groupId>org.calrissian.accumulorecipes</groupId>
    <artifactId>graph-store</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/graph-store/
implementation 'org.calrissian.accumulorecipes:graph-store:1.1.0'
// https://jarcasting.com/artifacts/org.calrissian.accumulorecipes/graph-store/
implementation ("org.calrissian.accumulorecipes:graph-store:1.1.0")
'org.calrissian.accumulorecipes:graph-store:jar:1.1.0'
<dependency org="org.calrissian.accumulorecipes" name="graph-store" rev="1.1.0">
  <artifact name="graph-store" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.calrissian.accumulorecipes', module='graph-store', version='1.1.0')
)
libraryDependencies += "org.calrissian.accumulorecipes" % "graph-store" % "1.1.0"
[org.calrissian.accumulorecipes/graph-store "1.1.0"]