License |
License |
---|---|
GroupId | GroupIdorg.neolumin.vertexium |
ArtifactId | ArtifactIdvertexium-core |
Last Version | Last Version0.9.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVertexium: Core
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.
|
Filename | Size |
---|---|
vertexium-core-0.9.0.pom | |
vertexium-core-0.9.0.jar | 163 KB |
vertexium-core-0.9.0-sources.jar | 82 KB |
vertexium-core-0.9.0-javadoc.jar | 756 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.neolumin.vertexium/vertexium-core/ -->
<dependency>
<groupId>org.neolumin.vertexium</groupId>
<artifactId>vertexium-core</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.neolumin.vertexium/vertexium-core/
implementation 'org.neolumin.vertexium:vertexium-core:0.9.0'
// https://jarcasting.com/artifacts/org.neolumin.vertexium/vertexium-core/
implementation ("org.neolumin.vertexium:vertexium-core:0.9.0")
'org.neolumin.vertexium:vertexium-core:jar:0.9.0'
<dependency org="org.neolumin.vertexium" name="vertexium-core" rev="0.9.0">
<artifact name="vertexium-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.neolumin.vertexium', module='vertexium-core', version='0.9.0')
)
libraryDependencies += "org.neolumin.vertexium" % "vertexium-core" % "0.9.0"
[org.neolumin.vertexium/vertexium-core "0.9.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |
com.google.guava : guava | jar | 17.0 |
org.apache.commons : commons-lang3 | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |