License |
License |
---|---|
GroupId | GroupIdorg.vertexium |
ArtifactId | ArtifactIdvertexium-root |
Last Version | Last Version4.10.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionVertexium
Vertexium is an API to manipulate graphs. 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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
vertexium-root-4.10.0.pom | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vertexium/vertexium-root/ -->
<dependency>
<groupId>org.vertexium</groupId>
<artifactId>vertexium-root</artifactId>
<version>4.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.vertexium/vertexium-root/
implementation 'org.vertexium:vertexium-root:4.10.0'
// https://jarcasting.com/artifacts/org.vertexium/vertexium-root/
implementation ("org.vertexium:vertexium-root:4.10.0")
'org.vertexium:vertexium-root:pom:4.10.0'
<dependency org="org.vertexium" name="vertexium-root" rev="4.10.0">
<artifact name="vertexium-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.vertexium', module='vertexium-root', version='4.10.0')
)
libraryDependencies += "org.vertexium" % "vertexium-root" % "4.10.0"
[org.vertexium/vertexium-root "4.10.0"]