Last Version

SecureGraph: Tools 0.9.1

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.

License

License

GroupId

GroupId

org.securegraph
ArtifactId

ArtifactId

securegraph-tools
Version

Version

0.9.1
Type

Type

jar
Description

Description

SecureGraph: Tools
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.

Download securegraph-tools 0.9.1


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

Dependencies

compile (6)

Group / Artifact Type Version
org.securegraph : securegraph-core jar 0.9.1
org.securegraph : securegraph-accumulo jar 0.9.1
org.securegraph : securegraph-elasticsearch jar 0.9.1
org.json : json jar 20140107
commons-codec : commons-codec jar 1.8
com.beust : jcommander jar 1.35

test (3)

Group / Artifact Type Version
org.securegraph : securegraph-inmemory jar 0.9.1
org.securegraph : securegraph-test jar 0.9.1
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.