is not current version
Last Version 0.9.1

org.securegraph:securegraph-root 0.6.0

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.

GroupId

GroupId

org.securegraph
ArtifactId

ArtifactId

securegraph-root
Version

Version

0.6.0
Type

Type

pom

Download securegraph-root 0.6.0


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