MVN

org.securegraph : securegraph-root

Maven & Gradle

Apr 15, 2015
37 stars

SecureGraph · Secure Graph is an API to manipulate graphs, similar to blueprints. Unlike blueprints, every Secure graph method requires authorizations and visibilities. Secure graph also supports multivalued properties as well as property metadata. The Secure Graph 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.securegraph</groupId>
    <artifactId>securegraph-root</artifactId>
    <version>0.9.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9.1

All Versions

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

Version Vulnerabilities Updated
0.9.x
securegraph-root-0.9.1
securegraph-root-0.9.0
0.8.x
securegraph-root-0.8.1
securegraph-root-0.8.0
0.7.x
securegraph-root-0.7.0
0.6.x
securegraph-root-0.6.0
0.5.x
securegraph-root-0.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.securegraph</groupId>
    <artifactId>securegraph-root</artifactId>
    <version>0.9.1</version>
</dependency>