is not current version
Last Version 4.10.0

org.vertexium:vertexium-root 4.5.2

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.

GroupId

GroupId

org.vertexium
ArtifactId

ArtifactId

vertexium-root
Version

Version

4.5.2
Type

Type

pom

Download vertexium-root 4.5.2

Filename Size
vertexium-root-4.5.2.pom 22 KB
Browse

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