| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.calrissian.accumulorecipes |
| Идентификатор | Идентификаторgraph-store |
| Последняя версия | Последняя версия2.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCalrissian Accumulo Recipes Graph Store
The graph store allows breadth-first traversal of graphs through vertices and edges.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| com.tinkerpop.blueprints : blueprints-test | jar | 2.4.0 |
| org.apache.accumulo : accumulo-minicluster | jar | 1.6.1 |