не последняя версия
Последняя версия 4.10.0

org.vertexium:vertexium-root 2.4.3

Vertexium is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Vertexium method requires authorizations and visibilities. Vertexium also supports multivalued properties as well as property metadata. The Vertexium API was designed to be generic, allowing for multiple implementations. The only implementation provided currently is built on top of Apache Accumulo for data storage and Elastic Search for indexing.

Группа

Группа

org.vertexium
Идентификатор

Идентификатор

vertexium-root
Версия

Версия

2.4.3
Тип

Тип

pom

Скачать vertexium-root 2.4.3

Имя Файла Размер
vertexium-root-2.4.3.pom 18 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.vertexium/vertexium-root/ -->
<dependency>
    <groupId>org.vertexium</groupId>
    <artifactId>vertexium-root</artifactId>
    <version>2.4.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.vertexium/vertexium-root/
implementation 'org.vertexium:vertexium-root:2.4.3'
// https://jarcasting.com/artifacts/org.vertexium/vertexium-root/
implementation ("org.vertexium:vertexium-root:2.4.3")
'org.vertexium:vertexium-root:pom:2.4.3'
<dependency org="org.vertexium" name="vertexium-root" rev="2.4.3">
  <artifact name="vertexium-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.vertexium', module='vertexium-root', version='2.4.3')
)
libraryDependencies += "org.vertexium" % "vertexium-root" % "2.4.3"
[org.vertexium/vertexium-root "2.4.3"]