MVN

org.neolumin.vertexium : vertexium-root

Maven & Gradle

Mar 19, 2015
63 stars

Vertexium · 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.

<dependency>
    <groupId>org.neolumin.vertexium</groupId>
    <artifactId>vertexium-root</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.neolumin.vertexium : vertexium-root to add to Maven - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of org.neolumin.vertexium : vertexium-root to add to Maven - All Versions:

Version Vulnerabilities Updated
0.9.x
vertexium-root-0.9.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.neolumin.vertexium</groupId>
    <artifactId>vertexium-root</artifactId>
    <version>0.9.0</version>
</dependency>