is not current version
Last Version 4.10.0

org.vertexium:vertexium-root 2.2.10

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.

GroupId

GroupId

org.vertexium
ArtifactId

ArtifactId

vertexium-root
Version

Version

2.2.10
Type

Type

pom

Download vertexium-root 2.2.10

Filename Size
vertexium-root-2.2.10.pom 18 KB
Browse

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